commit | ae5809a70ce6264ef5fc842d473b050e7ea70769 | [log] [tgz] |
---|---|---|
author | Stephan T. Lavavej <stl@exchange.microsoft.com> | Tue Dec 06 01:14:43 2016 +0000 |
committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | Tue Dec 06 01:14:43 2016 +0000 |
tree | 3f60cd8c87d8d0dd36c83d06d79b8b2c6e6bbd53 | |
parent | 7a477f58867d11c9a85a374c6f237577e43156c2 [diff] |
[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. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@288752 91177308-0d34-0410-b5e6-96231b3b80d8