mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-01 09:24:51 +02:00
cpp: define, type::tuple: GENERATION_LIMIT = 31
This commit is contained in:
parent
320c79db49
commit
8da7b692f6
@ -33,7 +33,7 @@ namespace msgpack {
|
|||||||
namespace type {
|
namespace type {
|
||||||
|
|
||||||
|
|
||||||
<% GENERATION_LIMIT = 15 %>
|
<% GENERATION_LIMIT = 31 %>
|
||||||
template <typename A0 = void<%1.upto(GENERATION_LIMIT+1) {|i|%>, typename A<%=i%> = void<%}%>>
|
template <typename A0 = void<%1.upto(GENERATION_LIMIT+1) {|i|%>, typename A<%=i%> = void<%}%>>
|
||||||
struct define;
|
struct define;
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ namespace type {
|
|||||||
|
|
||||||
// FIXME operator==
|
// FIXME operator==
|
||||||
// FIXME operator!=
|
// FIXME operator!=
|
||||||
<% GENERATION_LIMIT = 15 %>
|
<% GENERATION_LIMIT = 31 %>
|
||||||
|
|
||||||
template <typename A0 = void<%1.upto(GENERATION_LIMIT+1) {|i|%>, typename A<%=i%> = void<%}%>>
|
template <typename A0 = void<%1.upto(GENERATION_LIMIT+1) {|i|%>, typename A<%=i%> = void<%}%>>
|
||||||
struct tuple;
|
struct tuple;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user