Restore support for wchar_t overloads in module

This commit is contained in:
Daniela Engert
2021-05-20 10:03:58 -07:00
committed by Victor Zverovich
parent 24b677d053
commit 6e2e6b796f
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@ export module fmt;
#include "fmt/locale.h"
#include "fmt/chrono.h"
#include "fmt/printf.h"
#include "fmt/wchar.h"
#include "fmt/os.h"
module : private;