Menu

#1146 Add make_unique and make_unique_for_overwrite to the C++ lexer

Next_Nightly
fixed
lexer (2)
Patch
2021-12-02
2021-10-20
No

This patch adds missing make_unique and make_unique_for_overwrite heywords to Set 2, where make_shared is.

1 Attachments

Discussion

  • Sergio Ferrari

    Sergio Ferrari - 2021-10-22

    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:

    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
    
     
  • Miguel Gimenez

    Miguel Gimenez - 2021-10-22

    This updated patch adds make_unique, make_unique_for_overwrite, make_pair, thread and mutex.

     
  • Miguel Gimenez

    Miguel Gimenez - 2021-12-02
    • status: open --> fixed
     
  • Miguel Gimenez

    Miguel Gimenez - 2021-12-02

    Fixed in r12546

     
  • Miguel Gimenez

    Miguel Gimenez - 2021-12-02
    • assigned_to: Miguel Gimenez
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.