We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
void_t
The std:void_t is a c++17 feature, should create some macro to cast down to c++14 compiler.
std:void_t
The text was updated successfully, but these errors were encountered:
For example
template<typename... Ts> struct make_void { typedef void type;}; template<typename... Ts> using void_t = typename make_void<Ts...>::type;
Sorry, something went wrong.
Thanks for bringing this up! It will be fixed in 3.5.4.
No branches or pull requests
The
std:void_t
is a c++17 feature, should create some macro to cast down to c++14 compiler.The text was updated successfully, but these errors were encountered: