Move to C++17 ? #34

Open
opened 2024-03-25 14:54:02 +01:00 by williamjcm · 0 comments
Owner

As much as it pains me, I'm thinking about bumping the C++ standard from C++14 to C++17 solely so I can do this:

namespace Foo::Bar {
    // stuff goes here
}

TODO:

  • Evaluate the impact on compile times, in both debug and release configurations.
As much as it pains me, I'm thinking about bumping the C++ standard from C++14 to C++17 solely so I can do this: ```cpp namespace Foo::Bar { // stuff goes here } ``` TODO: - [ ] Evaluate the impact on compile times, in both debug and release configurations.
williamjcm added the
question
label 2024-03-25 14:54:02 +01:00
williamjcm self-assigned this 2024-03-25 14:54:02 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: williamjcm/MassBuilderSaveTool#34
No description provided.