diff --git a/src/fmt.cc b/src/fmt.cc index 05c9189af3af..25dd7214a693 100644 --- a/src/fmt.cc +++ b/src/fmt.cc @@ -41,8 +41,16 @@ module; #include #include #include +// DIVERGENCE END +// DIVERGENCE BEGIN - Worked around error C2129: static function '...' declared but not defined +#define static +// DIVERGENCE END +// DIVERGENCE BEGIN - Worked around std imports and includes mixing #include // DIVERGENCE END +// DIVERGENCE BEGIN - Worked around error C2129: static function '...' declared but not defined +#undef static +// DIVERGENCE END #if __has_include() # include