You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Severity Code Description Project File String Suppression State Details
Error (active) E0020 identifier "__builtin_FUNCSIG" is not defined test D:\Programs\Projects\vcpkg-master\installed\x64-windows\include\boost\asio\detail\throw_error.hpp 39
The text was updated successfully, but these errors were encountered:
Hi!
You need to use a macro definition before including libraries: #define BOOST_DISABLE_CURRENT_LOCATION
I found a solution on Stack Overflow from user RetiredNinja. Many thanks to him! You can take a look here (Link)
This is how it will look:
Severity Code Description Project File String Suppression State Details
Error (active) E0020 identifier "__builtin_FUNCSIG" is not defined test D:\Programs\Projects\vcpkg-master\installed\x64-windows\include\boost\asio\detail\throw_error.hpp 39
The text was updated successfully, but these errors were encountered: