mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 08:48:31 +00:00
Compilation error on VS2017 #11
This commit is contained in:
parent
d60dd2c926
commit
9ddaa092cb
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ using all_true = std::is_same<bool_pack<true, B...>, bool_pack<B..., true>>;
|
|||
/**
|
||||
*/
|
||||
template <typename... T>
|
||||
using are_all_params = all_true<is_parameter_concept<T>{}...>;
|
||||
using are_all_params = all_true<is_parameter_concept<T>::value...>;
|
||||
|
||||
|
||||
} // END namespace meta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue