Skip to content

Commit 4c9dcc8

Browse files
author
Cormac Cannon
committed
Diagnosing MSVC parameterised macro iteration issues
1 parent c2c6d4a commit 4c9dcc8

File tree

3 files changed

+291
-55
lines changed

3 files changed

+291
-55
lines changed

fakegen.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def counting_macro_instance(type, has_calling_conventions, vararg = :non_vararg,
630630

631631
def output_macro_counting_shortcuts(has_calling_conventions)
632632

633-
ppiter = PPIterators.new()
633+
ppiter = PPIterators.new(recursive: false)
634634
putd <<-MACRO_COUNTING
635635
636636
#{ppiter.embed_macros}

0 commit comments

Comments
 (0)