standardese / cppast

Library to parse and work with the C++ AST
Other
1.69k stars 163 forks source link

fixed build error in MSVC in certain configurations #152

Closed waitingtocompile closed 1 year ago

waitingtocompile commented 1 year ago

Fixed issue when building in MSVC with strict conformance mode enabled or when targetting C++20 and later, applying the same fix from here

foonathan commented 1 year ago

Thank you.