cppfront icon indicating copy to clipboard operation
cppfront copied to clipboard

[SUGGESTION] Let us use a wild card by passing it as a template paramater if it can be reasonably inferred by cppfront

Open 12345swordy opened this issue 1 year ago • 0 comments
trafficstars

I.E.

numbers: std::array<int, _> = ( 1, 2 );

This idea was inspired by a comment made by Herb Sutter
https://github.com/hsutter/cppfront/issues/1132#issuecomment-2184115637

Thoughts?

12345swordy avatar Aug 22 '24 19:08 12345swordy