Remove detail namespace hack

This commit is contained in:
Victor Zverovich 2023-06-04 15:01:39 -07:00
parent 60fd9941c0
commit 0f823df46a

View File

@ -75,12 +75,7 @@ export module fmt;
#define FMT_EXPORT export
#define FMT_BEGIN_EXPORT export {
#define FMT_END_EXPORT }
#define FMT_BEGIN_DETAIL_NAMESPACE \
} \
namespace detail {
#define FMT_END_DETAIL_NAMESPACE \
} \
export {
// If you define FMT_ATTACH_TO_GLOBAL_MODULE
// - all declarations are detached from module 'fmt'
// - the module behaves like a traditional static library, too