From 93392ca601a0cab8517a4ca8d163df4b41dd3e49 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 6 Nov 2010 17:57:02 +0200 Subject: Add container traits interface and implementation Implementation is provided for the standard C++ containers. --- odb/forward.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/forward.hxx') 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 class composite_value_traits; + + template + class container_traits; }; } -- cgit v1.1