mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
cpp: define, type::tuple: GENERATION_LIMIT = 31
This commit is contained in:
parent
320c79db49
commit
8da7b692f6
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ namespace msgpack {
|
|||
namespace type {
|
||||
|
||||
|
||||
<% GENERATION_LIMIT = 15 %>
|
||||
<% GENERATION_LIMIT = 31 %>
|
||||
template <typename A0 = void<%1.upto(GENERATION_LIMIT+1) {|i|%>, typename A<%=i%> = void<%}%>>
|
||||
struct define;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ namespace type {
|
|||
|
||||
// FIXME operator==
|
||||
// FIXME operator!=
|
||||
<% GENERATION_LIMIT = 15 %>
|
||||
<% GENERATION_LIMIT = 31 %>
|
||||
|
||||
template <typename A0 = void<%1.upto(GENERATION_LIMIT+1) {|i|%>, typename A<%=i%> = void<%}%>>
|
||||
struct tuple;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue