Skip to content

Commit 914d09b

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

File tree

4 files changed

+294
-58
lines changed

4 files changed

+294
-58
lines changed

fakegen.rb

+1-1
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)