Bug 564100 - ParserException in std::uses_allocator_construction_args in libstdc++ C++17
Summary: ParserException in std::uses_allocator_construction_args in libstdc++ C++17
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-indexer (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-08 15:51 EDT by Michael Woski CLA
Modified: 2020-06-08 15:52 EDT (History)
2 users (show)

See Also:


Attachments
stacktrace of many such errors (6.87 KB, text/plain)
2020-06-08 15:51 EDT, Michael Woski CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Woski CLA 2020-06-08 15:51:08 EDT
Created attachment 283200 [details]
stacktrace of many such errors

When using std::map the indexer complains about invalid template arguments.

This only happens if using libstdc++ with -std=c++17 and higher. c++14 standard is still working.