Questions tagged as 'c++17'

1
answer

Failures using 'std :: initializer_list' with 'const char *', 'const char * &' and 'std :: string'

I have a simple program that uses a variable template of type std::initializer_list that stores pairs that contain a type and a text: using name_t = const char *; template <typename key_t> using key_name_t = std::pair<key_t, n...
asked by 17.04.2018 / 11:29