1
0
mirror of https://github.com/nlohmann/json synced 2024-12-01 16:10:06 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Arseniy Terekhin
355fa6c35c
🚨 gdb_pretty_printer failure on basic types
name can be None, and `re.search` fails on `None`;
replaced `re` by `str.startswith` and `str.endswith`
2021-08-18 19:29:50 +03:00
Niels Lohmann
312a998873
🚸 add GDB pretty printer 2021-01-23 13:26:44 +01:00