diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-24 10:18:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-11-24 10:18:09 +0200 |
commit | fba7f7853b4a9485fa2ee29189e4445252ccac97 (patch) | |
tree | bd9e04d08a207f3b15160793743072373d0583dc | |
parent | 5ecbc7a6060a7d0094cf3c229f75979086aab05d (diff) |
Add support for unordered storage of ordered containers
New pragma: unordered.
-rw-r--r-- | odb/mysql/container-statements.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/container-statements.hxx b/odb/mysql/container-statements.hxx index d3b2625..88350a8 100644 --- a/odb/mysql/container-statements.hxx +++ b/odb/mysql/container-statements.hxx @@ -53,8 +53,8 @@ namespace odb // Functions. // - const functions_type& - functions () const + functions_type& + functions () { return functions_; } |