Issue 182390
Summary [libc++][test] facet.num.get.members/get_long.pass.cpp uses `std::to_string()` without including `<string>`
Labels libc++
Assignees
Reporter StephanTLavavej
    This test needs to include `<string>`. Found by MSVC's STL.

https://github.com/llvm/llvm-project/blob/384bc40250f23a2ac6545b1017dc96d5b513050f/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp#L17-L25

https://github.com/llvm/llvm-project/blob/384bc40250f23a2ac6545b1017dc96d5b513050f/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp#L622
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to