danielaparker / jsoncons

A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
https://danielaparker.github.io/jsoncons
Other
697 stars 160 forks source link

jsoncons shouldnt use int128 and float 128 when cuda is activated #518

Closed calebxyz closed 2 months ago

calebxyz commented 3 months ago

jsoncons shouldnt use int128 and float 128 when cuda is activated

compile jsoncons includes with .cu file or -x cuda

What compiler, architecture, and operating system?

What jsoncons library version?

danielaparker commented 3 months ago

This should be fixed on master