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