aboutsummaryrefslogtreecommitdiff
path: root/test/support/container_test_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/container_test_types.h')
-rw-r--r--test/support/container_test_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/container_test_types.h b/test/support/container_test_types.h
index 0b97f2e94e75..c17ce9139484 100644
--- a/test/support/container_test_types.h
+++ b/test/support/container_test_types.h
@@ -371,7 +371,7 @@ struct CopyInsertable {
template <class ...Args>
- CopyInsertable(Args&&... args) {
+ CopyInsertable(Args&&...) {
assert(false);
}