Language
C++
Compiler
gcc 9.3.0
Options
Warnings
Boost 1.73.0
C++17(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-9.3.0/include -std=gnu++17
Exit Code:
1
Author
anonymous
over 3 years ago
C++
gcc 9.3.0
Author
anonymous
over 3 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-9.3.0/include -std=gnu++17
In file included from /opt/wandbox/gcc-9.3.0/include/c++/9.3.0/pstl/parallel_backend.h:14,
from /opt/wandbox/gcc-9.3.0/include/c++/9.3.0/pstl/algorithm_impl.h:25,
from /opt/wandbox/gcc-9.3.0/include/c++/9.3.0/pstl/glue_execution_defs.h:52,
from /opt/wandbox/gcc-9.3.0/include/c++/9.3.0/execution:32,
from prog.cc:1:
/opt/wandbox/gcc-9.3.0/include/c++/9.3.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.