std::cout << XorString("Hello, world!") << std::endl
; constexpr const char* WSIDS(const char* str)
{
return numeric_string< WSID(str) >:: get();
}
expression must have a constant value -- the value of parameter "str" (declared at line 117) cannot be used as a constant
include/CRC32.h:119:38: error: ‘str’ is not a constant expression