mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08: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:
parent
2124005bd8
commit
f57ba13955
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user