Language
C++
Compiler
gcc HEAD 11.0.0 20200923 (experimental)
Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a Exit Code:
1
Author
anonymous
over 5 years ago
C++
gcc HEAD 11.0.0 20200923 (experimental)
Author
anonymous
over 5 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a /tmp/ccQwyRD3.o: In function `main':
prog.cc:(.text+0x8f): undefined reference to `myCollection::insert(myItem&)'
prog.cc:(.text+0x9b): undefined reference to `myCollection::print()'
collect2: error: ld returned 1 exit status