From f57ba13955209a9b73fde4df77565bf5ea0f8542 Mon Sep 17 00:00:00 2001 From: rbock Date: Tue, 6 May 2014 22:38:30 +0200 Subject: [PATCH] Added link to boost mailing list This where I presented the idea for all_t. According to Louis Dionne, the fastest implementation around :-) --- include/sqlpp11/detail/logic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sqlpp11/detail/logic.h b/include/sqlpp11/detail/logic.h index 4f1dfb29..a924a29a 100644 --- a/include/sqlpp11/detail/logic.h +++ b/include/sqlpp11/detail/logic.h @@ -36,6 +36,7 @@ namespace sqlpp template struct logic_helper; + // see http://lists.boost.org/Archives/boost/2014/05/212946.php :-) template using all_t = std::integral_constant< bool,