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
Is your feature request related to a problem? Please describe.
libf3d recently switched to C++17 in order to support optional options.
However more API could be improved thanks to C++17 feature.
std::filesystem comes to mind
Describe the solution you'd like
Needs investigation
The text was updated successfully, but these errors were encountered:
- Adding [[nodiscard]] on all method where it makes sense
- Updating test to use std::ignore when needed
- Return this* whenever is was missing
- Part of #1624
Is your feature request related to a problem? Please describe.
libf3d recently switched to C++17 in order to support optional options.
However more API could be improved thanks to C++17 feature.
std::filesystem comes to mind
Describe the solution you'd like
Needs investigation
The text was updated successfully, but these errors were encountered: