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
almost 2 years ago
C++
gcc 12.2.0
Author
anonymous
almost 2 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.81.0-gcc-12.2.0/include -std=gnu++2b
prog.cc:5:21: error: cannot bind non-const lvalue reference of type 'CppClassA&' to an rvalue of type 'CppClassA'
5 | CppClassA& referA{}; // Adding {} is compile error.
| ^