I believe code should be consistent and use the existing fmt::detail namespace. There is a new namespace that was introduced in latest version fmt_detail. Would it be possible to use the existing fmt::detail or a fmt::detail::chrono namespace ?
For example when bundling libfmt under a custom namespace with a script, that is now an additional namespace that needs to be renamed
I believe code should be consistent and use the existing
fmt::detailnamespace. There is a new namespace that was introduced in latest versionfmt_detail. Would it be possible to use the existingfmt::detailor afmt::detail::chrononamespace ?fmt/include/fmt/chrono.h
Line 25 in 41539c2
For example when bundling
libfmtunder a custom namespace with a script, that is now an additional namespace that needs to be renamed