summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_04_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Compiler_Features_04_Test.cpp')
-rw-r--r--ACE/tests/Compiler_Features_04_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Compiler_Features_04_Test.cpp b/ACE/tests/Compiler_Features_04_Test.cpp
index a8e24b74ead..7f4cdb4c373 100644
--- a/ACE/tests/Compiler_Features_04_Test.cpp
+++ b/ACE/tests/Compiler_Features_04_Test.cpp
@@ -25,7 +25,7 @@ run_main (int, ACE_TCHAR *[])
int status = 0;
// Create a simple list ...
- typedef std::set<int> collection;
+ using collection = std::set<int>;
collection c;
// ... insert some elements ...