llvm-project/libcxx/test/std/utilities/charconv
Louis Dionne af8c49dc1e [libc++] Introduce a setting to remove fstream from the library
This allows porting the library to platforms that are able to support
<iostream> but that do not have a notion of a filesystem, and where it
hence doesn't make sense to support std::fstream (and never will).

Also, remove reliance on <fstream> in various tests that didn't
actually need it.

Differential Revision: https://reviews.llvm.org/D138327
2022-11-20 10:51:32 -05:00
..
charconv.from.chars [libc++] Implements constexpr <charconv>. 2022-10-12 17:43:23 +02:00
charconv.msvc [libc++] Introduce a setting to remove fstream from the library 2022-11-20 10:51:32 -05:00
charconv.syn [libc++] Make charconv require C++17 or later. 2022-10-08 13:50:30 +02:00
charconv.to.chars [libc++] Implements constexpr <charconv>. 2022-10-12 17:43:23 +02:00