[PR #68] [CLOSED] Bump C++ Standard to C++17 #134

Closed
opened 2026-05-05 03:41:08 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/68
Author: @klugier
Created: 4/3/2022
Status: Closed

Base: masterHead: klugier/cpp17


📝 Commits (2)

  • 70b38cf Change c++ standard from c++14 to c++17.
  • a2d6c80 Bump gcc and clang minimal versions.

📊 Changes

5 files changed (+13 additions, -13 deletions)

View changed files

📝 uppbox/Scripts/CLANGMK.bm (+1 -1)
📝 uppbox/Scripts/GCCMK.bm (+1 -1)
📝 uppbox/Scripts/domake (+5 -5)
📝 uppsrc/ide/Builders/Install.cpp (+5 -5)
📝 uppsrc/ide/InstantSetup.cpp (+1 -1)

📄 Description

C++14 is pretty old, we need to bump it to more recent standard which is C++17.


@mirek-fidler please regenerate all make-files after this change or you could tell me how to do it. Thanks!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/68 **Author:** [@klugier](https://github.com/klugier) **Created:** 4/3/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `klugier/cpp17` --- ### 📝 Commits (2) - [`70b38cf`](https://github.com/ultimatepp/ultimatepp/commit/70b38cf1b7848f1ed3ba7880ff0732f8a1a2029b) Change c++ standard from c++14 to c++17. - [`a2d6c80`](https://github.com/ultimatepp/ultimatepp/commit/a2d6c806fc897924e3a2b9a663565a2a21ee8ba1) Bump gcc and clang minimal versions. ### 📊 Changes **5 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `uppbox/Scripts/CLANGMK.bm` (+1 -1) 📝 `uppbox/Scripts/GCCMK.bm` (+1 -1) 📝 `uppbox/Scripts/domake` (+5 -5) 📝 `uppsrc/ide/Builders/Install.cpp` (+5 -5) 📝 `uppsrc/ide/InstantSetup.cpp` (+1 -1) </details> ### 📄 Description C++14 is pretty old, we need to bump it to more recent standard which is C++17. ---------------------- @mirek-fidler please regenerate all make-files after this change or you could tell me how to do it. Thanks! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:41:08 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
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: github-starred/ultimatepp#134
No description provided.