mirror of
https://github.com/paboyle/Grid.git
synced 2026-06-13 15:43:10 +01:00
Deprecating JSON, too hard to support under NVCC
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
*************************************************************************************/
|
||||
/* END LEGAL */
|
||||
#include <Grid/Grid.h>
|
||||
#ifndef __NVCC__
|
||||
|
||||
NAMESPACE_BEGIN(Grid);
|
||||
|
||||
@@ -168,3 +169,4 @@ void JSONReader::readDefault(const std::string &s, std::string &output)
|
||||
}
|
||||
}
|
||||
NAMESPACE_END(Grid);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user