mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Disable JSON on NVCC. Maybe unsupport JSON full stop. XML and JSON is too many formats in my view.
This commit is contained in:
parent
7df58dd883
commit
2b6cfe555f
@ -1,3 +1,4 @@
|
||||
#ifndef __NVCC__
|
||||
/*
|
||||
__ _____ _____ _____
|
||||
__| | __| | | | JSON for Modern C++
|
||||
@ -18918,3 +18919,4 @@ inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user