From d8bfbd451d14b7891b43e88541704f69fe8ccd33 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Feb 2012 17:08:36 +0200 Subject: Support for C++11 containers (array, forward_list, unordered) --- odb/std-map-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/std-map-traits.hxx') 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. // -- cgit v1.1