Language
C++
Compiler
gcc HEAD 11.0.0 20210210 (experimental)
Options
Warnings
Boost 1.73.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2b Exit Code:
1
Author
anonymous
almost 5 years ago
C++
gcc HEAD 11.0.0 20210210 (experimental)
Author
anonymous
almost 5 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2b prog.cc: In function 'int main()':
prog.cc:7:15: error: 'std::string' {aka 'class std::__cxx11::basic_string<char>'} has no member named 'lenght'; did you mean 'length'?
7 | cout << D.lenght();
| ^~~~~~
| length