diff options
-rw-r--r-- | libdbpp/selectcommandUtil.impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbpp/selectcommandUtil.impl.h b/libdbpp/selectcommandUtil.impl.h index 26ff1b7..26e9635 100644 --- a/libdbpp/selectcommandUtil.impl.h +++ b/libdbpp/selectcommandUtil.impl.h @@ -5,6 +5,7 @@ #include <boost/function.hpp> #include <boost/utility/enable_if.hpp> +/// @cond namespace DB { template<typename Fields, typename Func, unsigned int field, typename ... Fn> inline typename boost::disable_if_c<field < std::tuple_size<Fields>::value>::type @@ -30,6 +31,7 @@ namespace DB { } } } +/// @endcond #endif |