summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/complex/Client.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2003-04-09 15:03:35 +0000
committerBernard Normier <bernard@zeroc.com>2003-04-09 15:03:35 +0000
commit3cbc97486f02fdd25a532af96146aa956e51e26d (patch)
tree49dadb69954c3c3ef6ce87a9320b8c5c7bb714b8 /cpp/test/Freeze/complex/Client.cpp
parentadding Strategy.ice (diff)
downloadice-3cbc97486f02fdd25a532af96146aa956e51e26d.tar.bz2
ice-3cbc97486f02fdd25a532af96146aa956e51e26d.tar.xz
ice-3cbc97486f02fdd25a532af96146aa956e51e26d.zip
Solaris/Sun C++ 5.4 port
Diffstat (limited to 'cpp/test/Freeze/complex/Client.cpp')
-rw-r--r--cpp/test/Freeze/complex/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/complex/Client.cpp b/cpp/test/Freeze/complex/Client.cpp
index 316fe398c99..b275421d769 100644
--- a/cpp/test/Freeze/complex/Client.cpp
+++ b/cpp/test/Freeze/complex/Client.cpp
@@ -85,7 +85,7 @@ populate(const DBPtr& db)
Complex::Key k;
k.expression = expressions[i];
k.result = root->calc();
- m.insert(make_pair(k, root));
+ m.insert(pair<const Complex::Key, const Complex::NodePtr>(k, root));
}
cout << "ok" << endl;