error: invalid use of template-name ‘boost::asio::strand’ without an argument list – Ubuntu
When I compiled C++ code with cmake and boost 1.64.0, a boost:: ASIO:: strand error occurred.My OS is Ubuntu 18.04. Here is my C++ Code: #pragma once // This file and the associated implementation has been placed in the public…