Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.03 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.03 KB

string-interpolation

This repo is being used to track the open issues for supporting f-strings in C/C++, or string-interpolation in general.

The current draft proposal targeted at ISO C++ WG21 is f-string Draft rev-2. Note that it is only a draft, and has not been submitted as a Proposal to WG21, although it has been discussed on the std-proposals mailing list.

But we're also investigating the possibility of using this in C, and potentially proposing parts of it to WG14.

The current mechanism is done entirely within the preprocessor, and the working-groups have been trying to keep the C and C++ preprocessors nearly identical.

Any proposal to diverge their implementations further will be extremely difficult to gain approval.

Therefore, we've been keeping usage in C in mind, not only C++.