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.
libcxx/test/std/input.output/iostream.format/input.streams
Stephan T. Lavavej fcd4f15ced [libcxx] [test] Fix MSVC x64 truncation warning.
warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data

Requesting post-commit review.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@331575 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
iostreamclass Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 9 years ago
istream Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library 9 years ago
istream.formatted [libcxx] [test] Fix MSVC x64 truncation warning. 8 years ago
istream.manip Move test into test/std subdirectory. 11 years ago
istream.rvalue Implement LWG2328. Rvalue stream extraction should perfect forward. 9 years ago
istream.unformatted [libcxx] Make std::basic_istream::get 0-terminate input array in case of error. 8 years ago