fmt/include
Mathew Benson a1659de954 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-18 22:39:57 +03:00
..
fmt FMT_EXPORT reorganization to fix compile error 2023-08-18 22:39:57 +03:00