workaround for cuda 7.5 nvcc compiler

This commit is contained in:
Matthias 2016-06-27 15:38:56 +02:00
parent 5ec82e482c
commit 0e3fffd242

View File

@ -216,7 +216,12 @@ public:
static const UInt64 maxUInt64;
#endif // defined(JSON_HAS_INT64)
//MW: workaround for bug in NVIDIAs CUDA 7.5 nvcc compiler
#ifdef __NVCC__
public:
#else
private:
#endif //__NVCC__
#ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION
class CZString {
public: