mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 01:18:52 +08:00
Remove names of unreferenced parameters. Patch from STL@microsoft.com
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@267852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "counting_predicates.hpp"
|
||||
|
||||
bool all_equal(int a, int b) { return false; } // everything is equal
|
||||
bool all_equal(int, int) { return false; } // everything is equal
|
||||
|
||||
#ifndef _LIBCPP_HAS_NO_GENERALIZED_INITIALIZERS
|
||||
void test_all_equal(std::initializer_list<int> il)
|
||||
|
Reference in New Issue
Block a user