Language
C++
Compiler
gcc 11.1.0
Options
Optimization
Boost 1.76.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -O2 -march=native -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=gnu++2b
Exit Code:
1
Author
anonymous
over 3 years ago
C++
gcc 11.1.0
Author
anonymous
over 3 years ago
$ g++ prog.cc -O2 -march=native -I/opt/wandbox/boost-1.76.0/gcc-11.1.0/include -std=gnu++2b
prog.cc:5:10: fatal error: glm/glm.hpp: No such file or directory
5 | #include <glm/glm.hpp>
| ^~~~~~~~~~~~~
compilation terminated.