1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add sprout::cbind

This commit is contained in:
bolero-MURAKAMI 2012-08-11 21:53:12 +09:00
parent d6a01cd831
commit aec77334ef
4 changed files with 54 additions and 4 deletions

View file

@ -15,7 +15,7 @@ namespace sprout {
namespace detail {
template<std::size_t Index, typename Head, bool IsEmpty>
class head_base;
//???
// ???
// EBO disabled
// template<std::size_t Index, typename Head>
// class head_base<Index, Head, true>