mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 02:13:40 +00:00
Cleanup format.h
This commit is contained in:
parent
3b70966df5
commit
80c4d42c66
@ -26,6 +26,10 @@
|
||||
# include <locale>
|
||||
#endif
|
||||
|
||||
#ifndef FMT_FUNC
|
||||
# define FMT_FUNC
|
||||
#endif
|
||||
|
||||
FMT_BEGIN_NAMESPACE
|
||||
namespace detail {
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user