C++, add support for user-defined literals

This commit is contained in:
Dean Moldovan
2015-10-12 13:39:19 +02:00
parent c823ffbcf1
commit 1021f4cdd7
3 changed files with 37 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ Bugs fixed
* C++, add support for final classes.
* C++, fix parsing of types prefixed with 'enum'.
* #2023: Dutch search support uses Danish stemming info
* C++, add support for user-defined literals.
Documentation
-------------