mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix index_tuple
This commit is contained in:
parent
48f1b2d615
commit
ee8602f6a3
42 changed files with 927 additions and 101 deletions
|
@ -6,7 +6,9 @@
|
|||
namespace sprout {
|
||||
namespace detail {
|
||||
template<typename IndexTupleType>
|
||||
struct make_indexes_helper {
|
||||
struct make_indexes_helper
|
||||
: public IndexTupleType::type
|
||||
{
|
||||
public:
|
||||
typedef typename IndexTupleType::type type;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue