json/include/nlohmann
Daniel Ansorregui 6d8a78fd88 Avoid clash with Arduino defines
* Arduino defines B0/B1 in "binary.h"
     #define B0 0
     #define B1 1
  This clashes with names of the template
  variables in conjuction

* Renaming them to "B" rather than "B1"
  Now it can be used as-is in Arduino projects
2022-02-17 19:05:38 +00:00
..
detail Avoid clash with Arduino defines 2022-02-17 19:05:38 +00:00
thirdparty/hedley 🚨 add new CI and fix warnings (#2561) 2021-03-24 07:15:18 +01:00
adl_serializer.hpp Consolidate documentation (#3071) 2021-12-29 13:41:01 +01:00
byte_container_with_subtype.hpp Consolidate documentation (#3071) 2021-12-29 13:41:01 +01:00
json_fwd.hpp Consolidate documentation (#3071) 2021-12-29 13:41:01 +01:00
json.hpp 🔖 set version to 3.10.5 2022-01-02 22:35:35 +01:00
ordered_map.hpp Fix compilation error with NVCC (#3234) 2022-01-02 09:03:56 +01:00