- In this bug, Sema is performing a constructor initialization, and it's associated argument conversions invoke this constructor initialization again. This causes an infinite recursion.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Richard - this seems like a very direct approach (which might be right, or it's just a hack without knowing the depth to implement other solutions). Did/do you have other ideas/approaches in mind?
Comment Actions
This is the wrong approach for this issue. See
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1673
for the latest wording of the approach that should be used to address this issue.