You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/libcxx/input.output
Marshall Clow 11a8815e5a Set the buffer of an fstream to empty when the underlying file is closed. This 'fixes' PR#38052 - std::fstream still good after closing and updating content.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@350603 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
file.streams Set the buffer of an fstream to empty when the underlying file is closed. This 'fixes' PR#38052 - std::fstream still good after closing and updating content. 7 years ago
filesystems Implement <filesystem> 7 years ago
iostream.format Add static_asserts to basic_ios and basic_stream_buf to ensure that that the traits match the character type. This is a requirement on the user - now we get consistent failures at compile time instead of incomprehensible error messages or runtime failures. This is also LWG#2994 - not yet adopted. 8 years ago
iostream.forward Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
iostream.objects Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
iostreams.base Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
stream.buffers Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
string.streams Add static_asserts to basic_ios and basic_stream_buf to ensure that that the traits match the character type. This is a requirement on the user - now we get consistent failures at compile time instead of incomprehensible error messages or runtime failures. This is also LWG#2994 - not yet adopted. 8 years ago