Cleanup format.h

This commit is contained in:
Victor Zverovich 2024-09-22 08:20:16 -07:00
parent 3b70966df5
commit 80c4d42c66
2 changed files with 4 additions and 2 deletions

View File

@ -26,6 +26,10 @@
# include <locale>
#endif
#ifndef FMT_FUNC
# define FMT_FUNC
#endif
FMT_BEGIN_NAMESPACE
namespace detail {

View File

@ -4310,8 +4310,6 @@ FMT_END_NAMESPACE
#ifdef FMT_HEADER_ONLY
# define FMT_FUNC inline
# include "format-inl.h"
#else
# define FMT_FUNC
#endif
// Restore _LIBCPP_REMOVE_TRANSITIVE_INCLUDES.