mirror of
https://github.com/nlohmann/json.git
synced 2026-03-19 07:26:00 +00:00
- header for NULL
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
// allow us to use "nullptr" everywhere
|
||||
#ifndef nullptr
|
||||
#include <cstddef>
|
||||
#define nullptr NULL
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user