Language
C++
Compiler
gcc HEAD 12.0.0 20210721 (experimental)
Options
Warnings
Don't Use Boost
C++2b(GNU)
-pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2b -pedantic
begin(): "Keep"
Substrings: "Keep" "moving" "forward" ""
begin(): "K"
Letters: 'K' 'e' 'e' 'p' '.' '.' 'm' 'o' 'v' 'i' 'n' 'g' '.' '.' 'f' 'o' 'r' 'w' 'a' 'r' 'd' '.' '.'
Exit Code:
0