Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

gcc 9.1.0

Options
Warnings
Don't Use Boost
C++17
no pedantic

Author

anonymous

about 6 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17
In file included from /opt/wandbox/gcc-9.1.0/include/c++/9.1.0/pstl/parallel_backend.h:14,
                 from /opt/wandbox/gcc-9.1.0/include/c++/9.1.0/pstl/algorithm_impl.h:25,
                 from /opt/wandbox/gcc-9.1.0/include/c++/9.1.0/pstl/glue_execution_defs.h:52,
                 from /opt/wandbox/gcc-9.1.0/include/c++/9.1.0/execution:32,
                 from prog.cc:2:
/opt/wandbox/gcc-9.1.0/include/c++/9.1.0/pstl/parallel_backend_tbb.h:19:10: fatal error: tbb/blocked_range.h: No such file or directory
   19 | #include <tbb/blocked_range.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Exit Code:
1