alandefreitas / clang-unformat

A simple tool to infer a .clang-format file from existing code
Boost Software License 1.0
58 stars 13 forks source link

compilation error: cannot convert ‘asio::thread_pool::basic_executor_type<std::allocator<void>, 0>’ to ‘const boost::asio::thread_pool::executor_type&’ #19

Open Maritsu opened 9 months ago

Maritsu commented 9 months ago

I'm getting a really long compilation error that starts with cannot convert ‘asio::thread_pool::basic_executor_type<std::allocator<void>, 0>’ to ‘const boost::asio::thread_pool::executor_type&’ in clang-unformat/standalone/application.cpp:402:13.

Build logs: