Skip to content

Commit

Permalink
Change fmt's inline namespace name
Browse files Browse the repository at this point in the history
To improve compatibility when built as a static lib, and linked in an app or
shared lib that uses another copy of fmt.
  • Loading branch information
kcat committed Jan 26, 2025
1 parent f2d823b commit 0f78bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmt-11.1.1/include/fmt/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
#ifndef FMT_BEGIN_NAMESPACE
# define FMT_BEGIN_NAMESPACE \
namespace fmt { \
inline namespace v11 {
inline namespace v11_alsoft {
# define FMT_END_NAMESPACE \
} \
}
Expand Down

0 comments on commit 0f78bdc

Please sign in to comment.