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