-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with C++20 or newer in Visual Studio #1545
Comments
I confirm that there is a problem in my project. I get an error on Asio versions 1-31 and 1-32
There is no error on version 1-28 Add: and no problem on Microsoft Visual Studio (64-bit) Version 17.11.5 |
I have loaded the current release (https://archives.boost.io/release/1.86.0/source/boost_1_86_0.7z) and created the following test project:
CMakeLists.txt
main.cpp
If the C++ standard is set to C++20 or newer, there are errors when compiling. It is sufficient to include the ASIO header. It is not necessary to use ASIO.
The text was updated successfully, but these errors were encountered: