Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

gcc 5.4.0

Options
Warnings
Boost 1.70.0
C++17(GNU)
no pedantic
Raw compiler options
-fsanitize=thread

Author

anonymous

almost 6 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-5.4.0/include -std=gnu++17 -fsanitize=thread
prog.cc: In function 'int main()':
prog.cc:8:13: error: '__SANITIZE_THREAD__' was not declared in this scope
     cout << __SANITIZE_THREAD__ << endl;
             ^
Exit Code:
1