notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/spdlog/files/patch-include_spdlog_details_pattern__formatter-inl.h
SVNWeb

Number of commits found: 2

Mon, 8 Jun 2020
[ 15:32 vanilla search for other commits by this committer ] Original commit   Revision:538226
Update to 1.6.1.
Mon, 23 Dec 2019
[ 14:09 pkubaj search for other commits by this committer ] Original commit   Revision:520723
devel/spdlog: fix build on GCC architectures

assert() is not declared by default:
In file included from
/wrkdirs/usr/ports/devel/spdlog/work/spdlog-1.4.2/src/async.cpp:11:
/wrkdirs/usr/ports/devel/spdlog/work/spdlog-1.4.2/include/spdlog/details/thread_pool-inl.h:
In member function 'bool spdlog::details::thread_pool::process_next_msg_()':
/wrkdirs/usr/ports/devel/spdlog/work/spdlog-1.4.2/include/spdlog/details/thread_pool-inl.h:119:9:
error: 'assert' was not declared in this scope
  119 |         assert(false && "Unexpected async_msg_type");
      |         ^~~~~~

PR:		242825
Approved by:	vanilla (maintainer)

Number of commits found: 2