aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-06 17:57:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-06 17:57:02 +0200
commit93392ca601a0cab8517a4ca8d163df4b41dd3e49 (patch)
treeffa58bd3fd7796fd98091f1d890bf410300a746e /odb/forward.hxx
parent116e353d07f3f65e3d9e29e37efedc37f301e243 (diff)
Add container traits interface and implementation
Implementation is provided for the standard C++ containers.
Diffstat (limited to 'odb/forward.hxx')
-rw-r--r--odb/forward.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx
index e2bef03..bd6cbcb 100644
--- a/odb/forward.hxx
+++ b/odb/forward.hxx
@@ -30,6 +30,9 @@ namespace odb
template <typename T>
class composite_value_traits;
+
+ template <typename C>
+ class container_traits;
};
}