Index: test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_neg_one.pass.cpp =================================================================== --- test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_neg_one.pass.cpp +++ test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_neg_one.pass.cpp @@ -22,6 +22,10 @@ #include #include "test_iterators.h" +#ifdef _MSC_VER +#pragma warning(disable: 4146) // unary minus operator applied to unsigned type, result still unsigned +#endif + typedef std::num_get > F; class my_facet