Files
gabime-spdlog/include/spdlog
Roocks Patrick (MTN PTT / External) d93cea97ec Fix usage of ranges and to_hex in the same compile unit
When trying to use spdlog/fmt/bin_to_hex.h in the same compile unit as spdlog/fmt/bundled/ranges.h you got a compile error because there was a multiple definitions for iterable classes. This fix renames the begin() and end() getters in dump_info into getBegin()/getEnd() in order to avoid this collision.

Added an example of ranges in example.cpp to show that it actually works (an to_hex example was already there)
2021-12-01 15:37:48 +01:00
..
2021-07-19 00:50:51 +03:00
2021-11-20 09:48:14 +08:00
2021-07-19 00:50:51 +03:00
2021-11-16 23:44:35 +02:00
2020-03-22 00:54:23 +02:00
2021-11-16 23:44:35 +02:00
2021-07-19 00:50:51 +03:00
2021-11-16 23:44:35 +02:00
2021-07-19 00:50:51 +03:00
2021-11-16 23:44:35 +02:00
2021-11-16 23:44:35 +02:00
2021-11-19 09:32:59 +03:30
2021-08-12 14:10:50 +03:00