aboutsummaryrefslogtreecommitdiff
path: root/odb/std-map-traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-02-29 17:08:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-02-29 17:08:36 +0200
commitd8bfbd451d14b7891b43e88541704f69fe8ccd33 (patch)
tree30f2a4caf92f2fc4ce950281847452cf6bbbad03 /odb/std-map-traits.hxx
parent650bcfa07b968118c7f77a5408ec504e42c5d8a3 (diff)
Support for C++11 containers (array, forward_list, unordered)
Diffstat (limited to 'odb/std-map-traits.hxx')
-rw-r--r--odb/std-map-traits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/std-map-traits.hxx b/odb/std-map-traits.hxx
index a4b2483..dcaba3f 100644
--- a/odb/std-map-traits.hxx
+++ b/odb/std-map-traits.hxx
@@ -67,7 +67,7 @@ namespace odb
}
};
- // C++-03 does not guarantee insertion order of equal values but C++-0x
+ // C++03 does not guarantee insertion order of equal values but C++11
// changes that. The current implementation in the generated code does
// not guarantee this either.
//