llvm-project/libcxx/test/std/utilities/optional/optional.specalg
Stephan T. Lavavej f41847c401 [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 2/4.
Use static_cast<int> when storing size_t in int (or passing size_t to int).

Also, remove a spurious semicolon in test/support/archetypes.hpp.

test/support/count_new.hpp
Additionally, change data members (and parameters) to size_t.

llvm-svn: 288752
2016-12-06 01:14:43 +00:00
..
make_optional.pass.cpp Implement N4606 optional 2016-10-12 07:46:20 +00:00
make_optional_explicit.pass.cpp Implement N4606 optional 2016-10-12 07:46:20 +00:00
make_optional_explicit_initializer_list.pass.cpp [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 2/4. 2016-12-06 01:14:43 +00:00
swap.pass.cpp Fix unreferenced parameters. Patch from STL@microsoft.com 2016-10-23 18:52:58 +00:00