Discussion:
C++14 digit separating quotes
Neil Hodgson
2013-10-28 02:19:10 UTC
Permalink
C++14 is likely to allow separating digits in numeric literals using the single quote character like so:
long long national_debt = 903'158'673'431'850;
The underscore would have looked better but that was incompatible with user-defined literals.

Scintilla's C++ lexer now accepts ' inside numeric literals.

Change is:
http://sourceforge.net/p/scintilla/code/ci/5dcfa8b9e3d7ec49d6bfa4758bf86a87fafe5318/

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...