Ide: .cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@15231 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-10-11 08:48:41 +00:00
parent 328b18c764
commit 141dcaeb42

View file

@ -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