This patch adds missing make_unique and make_unique_for_overwrite heywords to Set 2, where make_shared is.
With the revisions of the C++ language new libraries are added and the keywords increase more and more. Here are some keywords absent in the file lexer_cpp.xml:
lexer_cpp.xml
wstring istringstream ostringstream wstringstream basic_stringview string_view wstring_view thread async future promise mutex chrono clock duration make_unique make_pair ranges views filesystem path
This updated patch adds make_unique, make_unique_for_overwrite, make_pair, thread and mutex.
Fixed in r12546
Log in to post a comment.
With the revisions of the C++ language new libraries are added and the keywords increase more and more.
Here are some keywords absent in the file
lexer_cpp.xml
:This updated patch adds make_unique, make_unique_for_overwrite, make_pair, thread and mutex.
Fixed in r12546