Language
C++
Compiler
gcc 12.2.0
Options
Warnings
Boost 1.81.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.81.0-gcc-12.2.0/include -std=gnu++2b Exit Code:
1
Author
anonymous
about 3 years ago
C++
gcc 12.2.0
Author
anonymous
about 3 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.81.0-gcc-12.2.0/include -std=gnu++2b prog.cc: In member function 'void Users::loginUsers()':
prog.cc:45:22: warning: variable 'correctPassword' set but not used [-Wunused-but-set-variable]
45 | bool correctPassword = false;
| ^~~~~~~~~~~~~~~
/usr/bin/ld: /lib/x86_64-linux-gnu/crt1.o: in function `_start':
(.text+0x24): undefined reference to `main'
collect2: error: ld returned 1 exit status