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
I get the following error on windows:
In a release build everything works as intended(bar gets detatched) and on linux no matter release or debug everything also works.
The text was updated successfully, but these errors were encountered:
I'm on clang+msvc(as stdlib)+ninja after making a debug build with cmake:
cmake . -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
With the following CMakeLIsts.txt and main.cpp:
I get the following error on windows:
In a release build everything works as intended(bar gets detatched) and on linux no matter release or debug everything also works.
The text was updated successfully, but these errors were encountered: