Language
C++
Compiler
clang 8.0.0
Options
Warnings
Boost 1.69.0
C++2a(GNU)
no pedantic
Raw compiler options
-Wc++11-narrowing
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-8.0.0/include -std=gnu++2a -Wc++11-narrowing
Enter string:
Number of words in the string are: 4
Exit Code:
0