suyu/externals/vcpkg/packages/fmt_x64-windows/include/fmt/locale.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
219 B
C++
Raw Normal View History

2024-03-05 09:42:40 +01:00
#include "xchar.h"
#ifdef _WIN32
#pragma message ("fmt/locale.h is deprecated, include fmt/format.h or fmt/xchar.h instead")
#else
#warning fmt/locale.h is deprecated, include fmt/format.h or fmt/xchar.h instead
#endif