mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-29 06:12:59 -06:00
Ide: .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@15231 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
328b18c764
commit
141dcaeb42
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ String SplashCtrl::GenerateVersionInfo(char separator)
|
|||
h << " (GCC)";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if __cplusplus >= 202000
|
||||
h << " (C++20)";
|
||||
#elif __cplusplus >= 201700
|
||||
|
|
@ -40,6 +41,7 @@ String SplashCtrl::GenerateVersionInfo(char separator)
|
|||
#elif __cplusplus >= 201100
|
||||
h << " (C++11)";
|
||||
#endif
|
||||
|
||||
#ifdef GUI_GTK
|
||||
h << " (Gtk)";
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue