mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Make NVCC happy with the compile. This is warning free on 9.1 on my laptop (both make and make tests).
This commit is contained in:
@ -1371,8 +1371,7 @@ struct from_json_fn
|
||||
template<typename BasicJsonType, typename T>
|
||||
void call(const BasicJsonType& /*unused*/, T& /*unused*/, priority_tag<0> /*unused*/) const noexcept
|
||||
{
|
||||
static_assert(sizeof(BasicJsonType) == 0,
|
||||
"could not find from_json() method in T's namespace");
|
||||
static_assert(sizeof(BasicJsonType) == 0,"could not find from_json() method in T's namespace");
|
||||
}
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user