Skip to content
New issue

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

[Compiling error] void_t is a c++17 feature. #180

Closed
fionser opened this issue Jun 1, 2020 · 2 comments
Closed

[Compiling error] void_t is a c++17 feature. #180

fionser opened this issue Jun 1, 2020 · 2 comments

Comments

@fionser
Copy link
Contributor

fionser commented Jun 1, 2020

The std:void_t is a c++17 feature, should create some macro to cast down to c++14 compiler.

@fionser
Copy link
Contributor Author

fionser commented Jun 1, 2020

For example

template<typename... Ts> struct make_void { typedef void type;};
template<typename... Ts> using void_t = typename make_void<Ts...>::type;

@fionser fionser changed the title void_t is a c++17 feature. [Compiling error] void_t is a c++17 feature. Jun 1, 2020
@kimlaine
Copy link
Contributor

kimlaine commented Jun 1, 2020

Thanks for bringing this up! It will be fixed in 3.5.4.

@kimlaine kimlaine closed this as completed Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants