Language
C++
Compiler
clang 15.0.7
Options
Warnings
Boost 1.80.0
C++2b(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.80.0-clang-15.0.7/include -std=gnu++2b
streambuf_iterator iterator demo
stringstream: creating and initializing with "Hello, Khri$ha!"
istreambuf_iterator: creating and initializing to stringstream
ostreambuf_iterator: creating and initializing to cout
streambuf_iterator: iterating read(stringstream)/write(cout) till eof
Hello, Khri$ha!
Exit Code:
0