Niels Lohmann
|
6d3115924c
|
Add C++17 copies of the test binaries (#3101)
* ⚗️ add C++17 copies of the test binaries
* ⚗️ use proper header for filesystem
* 🚨 fix warnings
* ⚗️ do not use too old compilers with C++17
* ✅ add test
* 🔨 add more constraints #3097
* ⚗️ use fix from https://github.com/nlohmann/json/pull/3101#issuecomment-998788786
* ⚗️ use fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90050
* 👷 use published CI image
|
2021-12-29 09:47:05 +01:00 |
|
Niels Lohmann
|
41dbd50313
|
📄 use code from Google Abseil
|
2021-03-24 13:27:00 +01:00 |
|
Niels Lohmann
|
467986fe98
|
♻️ do not unconditionally redefine C++14 constructs
|
2020-12-14 14:31:27 +01:00 |
|
Niels Lohmann
|
8d295235a5
|
🔥 remove unused boolean_operators.hpp header
|
2020-07-11 19:20:44 +02:00 |
|
Niels Lohmann
|
9adb1c0235
|
🏁 do not include <ciso646> unless old MSVC is used #2089
|
2020-05-07 09:43:41 +02:00 |
|
Niels Lohmann
|
858e75c4df
|
🚨 fixed some clang-tidy warnings
|
2018-10-07 18:39:18 +02:00 |
|
Théo DELRIEU
|
29f72966c3
|
refactor is_compatible_type, remove conjunction & co
|
2018-09-07 12:18:03 +02:00 |
|
Théo DELRIEU
|
f6febbe359
|
split meta.hpp, add detected_t (used to define concepts)
|
2018-08-16 11:58:42 +02:00 |
|