mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 20:57:06 +01:00
All tests compile.
This commit is contained in:
@ -1348,7 +1348,6 @@ class basic_json
|
||||
|
||||
@since version 1.0.0
|
||||
*/
|
||||
#pragma warning disable 488 //disables and intel compiler specific warning
|
||||
template<typename T, typename std::enable_if<
|
||||
not (std::is_same<T, int>::value) and
|
||||
std::is_same<T, number_integer_t>::value, int>::type = 0>
|
||||
|
Reference in New Issue
Block a user