[libc++] Remove the names of unreferenced parameters.
Fixes MSVC "warning C4100: unreferenced formal parameter".
Paths
| Differential D19619
[libc++] Remove the names of unreferenced parameters. ClosedPublic Authored by STL_MSFT on Apr 27 2016, 2:19 PM.
Details
Summary [libc++] Remove the names of unreferenced parameters. Fixes MSVC "warning C4100: unreferenced formal parameter".
Diff Detail Event TimelineSTL_MSFT updated this object. This revision is now accepted and ready to land.Apr 27 2016, 8:22 PM
Revision Contents
Diff 55312 test/std/algorithms/alg.sorting/alg.min.max/minmax_init_list_comp.pass.cpp
test/std/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp
test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/custom_alloc.pass.cpp
test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/default_ctor.pass.cpp
test/std/input.output/iostream.format/input.streams/istream.unformatted/seekg_off.pass.cpp
test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sgetn.pass.cpp
test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/sputbackc.pass.cpp
test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/sungetc.pass.cpp
test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputc.pass.cpp
test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputn.pass.cpp
test/std/utilities/function.objects/bind/func.bind/func.bind.bind/PR23141_invoke_not_constexpr.pass.cpp
test/std/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_function_object.pass.cpp
test/std/utilities/intseq/intseq.general/integer_seq.pass.cpp
test/std/utilities/tuple/tuple.tuple/tuple.creation/forward_as_tuple.pass.cpp
test/support/allocators.h
test/support/test_allocator.h
|