fmt/include/fmt
Mathew Benson a992b3d1fc
Fix for Compilation Error When Using FMT_MODULE (#3597)
* FMT_EXPORT reorganization to fix compile error

- When compiling with FMT_MODULE, an error was being generated due to
  use of FMT_EXPORT on a declaration within FMT_BEGIN_EXPORT and
  FMT_END_EXPORT on `include/core.h`

- On `include/format.h` had to exclude the function vformat_to by ending
  the export block just before it and beginning a new one after it.
2023-08-20 07:32:36 -07:00
..
args.h Update docs 2023-06-13 18:58:15 +03:00
chrono.h Cleanup formatters 2023-07-20 15:57:43 -07:00
color.h Remove FMT_*_DETAIL_NAMESPACE 2023-05-28 07:33:26 -07:00
compile.h Optimize compiled format_to_n 2023-07-20 12:35:01 -07:00
core.h Fix for Compilation Error When Using FMT_MODULE (#3597) 2023-08-20 07:32:36 -07:00
format-inl.h Replace mod_inv_25 by explicit value (#3450) 2023-05-18 11:26:19 -07:00
format.h Fix for Compilation Error When Using FMT_MODULE (#3597) 2023-08-20 07:32:36 -07:00
os.h Remove FMT_*_DETAIL_NAMESPACE 2023-05-28 07:33:26 -07:00
ostream.h FMT_MODULE_EXPORT -> FMT_EXPORT 2023-05-17 07:38:06 -07:00
printf.h Remove FMT_*_DETAIL_NAMESPACE 2023-05-28 07:33:26 -07:00
ranges.h fix ambiguous formatter lookup for flat_set (#3561) 2023-07-31 09:26:33 -07:00
std.h Add formatter for std::atomic (#3574) 2023-08-14 08:34:31 -07:00
xchar.h Cleanup xchar API 2023-05-12 07:05:14 -07:00