mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-08 14:10:51 -06:00
Added link to boost mailing list
This where I presented the idea for all_t. According to Louis Dionne, the fastest implementation around :-)
This commit is contained in:
@@ -36,6 +36,7 @@ namespace sqlpp
|
||||
template<bool... B>
|
||||
struct logic_helper;
|
||||
|
||||
// see http://lists.boost.org/Archives/boost/2014/05/212946.php :-)
|
||||
template<bool... B>
|
||||
using all_t = std::integral_constant<
|
||||
bool,
|
||||
|
||||
Reference in New Issue
Block a user