summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/test/Ice/optional/AllTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/optional/AllTests.cpp b/cpp/test/Ice/optional/AllTests.cpp
index 35202636dc5..33388119de4 100644
--- a/cpp/test/Ice/optional/AllTests.cpp
+++ b/cpp/test/Ice/optional/AllTests.cpp
@@ -1622,7 +1622,7 @@ allTests(const Ice::CommunicatorPtr& communicator, bool)
test(!p2 && !p3);
StringIntDict ss;
- ss.insert(make_pair("test", 1));
+ ss.insert(make_pair<string, int>("test", 1));
p1 = ss;
p2 = initial->opStringIntDict(p1, p3);
test(p2 && p3);