c++ -g -O2 -D_BSD_SOURCE -DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -I.. -I/usr/local/include -std=c++11 -c log_queue.cpp
In file included from log_queue.cpp:8:
../utils/concurrentqueue.hpp:1622:65: error: expected expression
...auto newBlock = this->parent->requisition_block();
^
../utils/concurrentqueue.hpp:1828:65: error: expected expression
...auto newBlock = this->parent->requisition_block();
^
../utils/concurrentqueue.hpp:2214:64: error: expected expression
...auto newBlock = this->parent->requisition_block();
^
../utils/concurrentqueue.hpp:2363:159: error: expected expression
...|| (newBlock = this->parent->requisition_block()) == nullptr) {
^
The arrow is pointing to the last brace in "();".
c++ -g -O2 -D_BSD_SOURCE -DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP -DHAVE_SOCKADDR_SA_LEN -I.. -I/usr/local/include -std=c++11 -c log_queue.cpp In file included from log_queue.cpp:8: ../utils/concurrentqueue.hpp:1622:65: error: expected expression ...auto newBlock = this->parent->requisition_block(); ^ ../utils/concurrentqueue.hpp:1828:65: error: expected expression ...auto newBlock = this->parent->requisition_block(); ^ ../utils/concurrentqueue.hpp:2214:64: error: expected expression ...auto newBlock = this->parent->requisition_block(); ^ ../utils/concurrentqueue.hpp:2363:159: error: expected expression ...|| (newBlock = this->parent->requisition_block()) == nullptr) { ^The arrow is pointing to the last brace in "();".