25 Dec
2019
25 Dec
'19
1:15 a.m.
On 12/24/2019 5:26 PM, Leo Carreon via Boost-users wrote:
I was able to eliminate most of the error messages during compilation by modifying the contents of boost\asio\detail\config.hpp. I changed this line from: # define BOOST_ASIO_CONCEPT concept bool to # define BOOST_ASIO_CONCEPT concept
Try instead defining the macro: BOOST_ASIO_DISABLE_CONCEPTS snipped...