1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 15:57:05 +01:00

Removed nvcc guards for json

This commit is contained in:
2022-05-24 14:30:26 +01:00
parent 0274f40686
commit c7205d2a73
3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,3 @@
#ifndef __NVCC__
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
@ -18918,5 +18917,4 @@ inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std
#undef NLOHMANN_BASIC_JSON_TPL
#endif
#endif
#endif