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 see that cpp_library.rb:401 specifies -std=c++0x as the version of C++. I'd like to use some features that are in std=c++17 (I want the filesystem features). Would it be reasonable to bump up to version 17 or make it optional?
The text was updated successfully, but these errors were encountered:
We found it pretty difficult to mock SD in a cross-platform way without having filesystem. So, I'll make a gentle appeal for at least an option to use a later library at your own risk. But I'm sure we can find a work-around if needed...
I see that
cpp_library.rb:401
specifies-std=c++0x
as the version of C++. I'd like to use some features that are instd=c++17
(I want the filesystem features). Would it be reasonable to bump up to version 17 or make it optional?The text was updated successfully, but these errors were encountered: