aboutsummaryrefslogtreecommitdiff
path: root/odb/std-set-traits.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/std-set-traits.hxx')
-rw-r--r--odb/std-set-traits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/std-set-traits.hxx b/odb/std-set-traits.hxx
index 28aeee3..a4a5923 100644
--- a/odb/std-set-traits.hxx
+++ b/odb/std-set-traits.hxx
@@ -63,7 +63,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.
//