slynch8 / 10x

10x IDE/Editor
187 stars 33 forks source link

Parser fails on auto types that are iterators that point to a std::pair() #2242

Open aemsle opened 10 months ago

aemsle commented 10 months ago

the parser fails to show correct auto-completion when using auto on an iterator that points to a std::pair

10x_bBDlUHHCSV image

GloriousPtr commented 8 months ago

I use eastl types and can confirm that parser is not working at all while operating on iterator defined by auto keyword.