robotpy-cppheaderparser icon indicating copy to clipboard operation
robotpy-cppheaderparser copied to clipboard

C++20 modules : Are you going to support modules?

Open FreeYourSoul opened this issue 4 years ago • 1 comments

I was wondering if there was a plan to support modules in the future (with C++20)? It would be awesome to have a parser providing the information of what a modules file contains (for my mocking framework for sure)

FreeYourSoul avatar Oct 03 '19 09:10 FreeYourSoul

So we don't currently have an immediate need for C++20 modules support - our current projects are currently targeting C++17. Having said that though, it's quite likely we will need modules support at some point in the next couple of years.

We'd be more than happy to take any pull requests adding such support, of course.

auscompgeek avatar Oct 03 '19 12:10 auscompgeek