This commit is contained in:
Victor Zverovich 2014-05-19 07:30:32 -07:00
parent 5bd9efebda
commit 952fd7a756

View File

@ -107,6 +107,7 @@ std::string FormatSystemErrorMessage(int error_code, fmt::StringRef message);
# endif
#endif
// Calls to system functions are wrapped in FMT_SYSTEM for testability.
#ifdef FMT_SYSTEM
# define FMT_POSIX_CALL(call) FMT_SYSTEM(call)
#else