This test needs to include <string>. Found by MSVC's STL.
|
|
|
#include <locale> |
|
#include <ios> |
|
#include <cassert> |
|
#include <limits> |
|
#include <streambuf> |
|
#include "test_macros.h" |
|
#include "test_iterators.h" |
|
|
|
std::string str = std::to_string(std::numeric_limits<unsigned long>::max()) + "99a"; |
This test needs to include
<string>. Found by MSVC's STL.llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp
Lines 17 to 25 in 384bc40
llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp
Line 622 in 384bc40