mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-23 16:48:07 +02:00
cpp: define, type::tuple: GENERATION_LIMIT = 31
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user