locale.h 219 B

123456
  1. #include "xchar.h"
  2. #ifdef _WIN32
  3. #pragma message ("fmt/locale.h is deprecated, include fmt/format.h or fmt/xchar.h instead")
  4. #else
  5. #warning fmt/locale.h is deprecated, include fmt/format.h or fmt/xchar.h instead
  6. #endif