summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.cons/pointer_alloc.pass.cpp
diff options
context:
space:
mode:
authorStephan T. Lavavej <stl@exchange.microsoft.com>2016-12-06 01:14:43 +0000
committerStephan T. Lavavej <stl@exchange.microsoft.com>2016-12-06 01:14:43 +0000
commitf41847c401789d8f4a6fce0827579c7e3cfc47d6 (patch)
treeb2d14321309b409cb09e5806ec813ca195cb4689 /libcxx/test/std/strings/basic.string/string.cons/pointer_alloc.pass.cpp
parentbaa547b99670a3652b8a1b0b47e853d58ee18093 (diff)
downloadbcm5719-llvm-f41847c401789d8f4a6fce0827579c7e3cfc47d6.tar.gz
bcm5719-llvm-f41847c401789d8f4a6fce0827579c7e3cfc47d6.zip
[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
Diffstat (limited to 'libcxx/test/std/strings/basic.string/string.cons/pointer_alloc.pass.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud