Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 8 years ago

Language

Compiler

Options

Author

anonymous

about 8 years ago

$
prog.cc: In function 'int main()':
prog.cc:10:21: error: 'from_chars' is not a member of 'std'
     auto res = std::from_chars(str.data(), str.data() + 2, a, 10);
                     ^~~~~~~~~~
prog.cc:10:21: note: suggested alternative: '__is_char'
     auto res = std::from_chars(str.data(), str.data() + 2, a, 10);
                     ^~~~~~~~~~
                     __is_char
Exit Code:
1