Skip to content

Commit 0f823df

Browse files
committed
Remove detail namespace hack
1 parent 60fd994 commit 0f823df

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/fmt.cc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,7 @@ export module fmt;
7575
#define FMT_EXPORT export
7676
#define FMT_BEGIN_EXPORT export {
7777
#define FMT_END_EXPORT }
78-
#define FMT_BEGIN_DETAIL_NAMESPACE \
79-
} \
80-
namespace detail {
81-
#define FMT_END_DETAIL_NAMESPACE \
82-
} \
83-
export {
78+
8479
// If you define FMT_ATTACH_TO_GLOBAL_MODULE
8580
// - all declarations are detached from module 'fmt'
8681
// - the module behaves like a traditional static library, too

0 commit comments

Comments
 (0)