We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec82e4 commit 0e3fffdCopy full SHA for 0e3fffd
include/json/value.h
@@ -216,7 +216,12 @@ class JSON_API Value {
216
static const UInt64 maxUInt64;
217
#endif // defined(JSON_HAS_INT64)
218
219
+//MW: workaround for bug in NVIDIAs CUDA 7.5 nvcc compiler
220
+#ifdef __NVCC__
221
+public:
222
+#else
223
private:
224
+#endif //__NVCC__
225
#ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION
226
class CZString {
227
public:
0 commit comments