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:
rbock
2014-05-06 22:38:30 +02:00
parent 2124005bd8
commit f57ba13955

View File

@@ -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,