standardese / cppast

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

(fix) Adds `std::` to unqualified move call #162

Closed CarlosNihelton closed 1 year ago

CarlosNihelton commented 1 year ago

To satisfy clang++ 15.0.

I couldn't find any other unqualified move in the source, so I presumed that there is no ADL magic behind the scenes.

Fixes https://github.com/foonathan/cppast/issues/161

foonathan commented 1 year ago

Thanks!