Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 2 years ago

Language

C++

Compiler

gcc 12.1.0

Options
Warnings
Boost 1.79.0
C++2b(GNU)
no pedantic

Author

anonymous

over 2 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.79.0-gcc-12.1.0/include -std=gnu++2b
prog.cc:4:10: fatal error: cryptopp/cryptlib.h: No such file or directory
    4 | #include <cryptopp/cryptlib.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Exit Code:
1