You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: