Author
anonymous
almost 8 years ago
Language
Compiler
Options
Author
anonymous
almost 8 years ago
$ prog.cc:6:7: error: no member named 'Length' in 'std::__1::basic_string<char>'; did you mean 'length'?
s.Length();
^~~~~~
length
/opt/wandbox/clang-head/include/c++/v1/string:906:41: note: 'length' declared here
_LIBCPP_INLINE_VISIBILITY size_type length() const _NOEXCEPT {return size();}
^
1 error generated.
Exit Code:
1