Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

clang HEAD 10.0.0 (https://github.com/llvm-mirror/clang.git 65acf43270ea2894dffa0d0b292b92402f80c8cb) (https://github.com/llvm-mirror/llvm.git 2c4ca6832fa6b306ee6a7010bfb80a3f2596f824)

Options
Warnings
Boost 1.71.0
C++2a(GNU)
no pedantic
Raw compiler options
-DNDEBUG

Author

anonymous

over 5 years ago

static_string.hpp

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.71.0/clang-head/include -std=gnu++2a -DNDEBUG
In file included from prog.cc:4:
./static_string.hpp:260:85: warning: unused parameter 'r' [-Wunused-parameter]
    constexpr static char permute1(string<M, TL> const& l, string<N - M, TR> const& r, int lsize, int rsize, int i)
                                                                                    ^
./static_string.hpp:366:34: warning: unused parameter 'lit' [-Wunused-parameter]
void offset_literal(const char (&lit)[N_PLUS_1])
                                 ^
2 warnings generated.
hello
Exit Code:
0