Anonymous | Login | Signup for a new account | 2025-06-19 03:32 UTC | ![]() |
My View | View Issues | Change Log | Roadmap | All Projects Issue Support Ranking | Rules | My Account |
View Revisions: Issue #3800 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0003800: C-style arrays in C++ source files | ||
Revision | 2020-06-07 01:07 by WubTheCaptain | ||
Description | C++11 introduced std::array<>. Doomseeker (and Wadseeker) use C-style arrays (inherited in C++98). clang-tidy complains about C-style arrays in C++ source (with exceptions in main() and extern "C"). Let's modernize to C++11 and beyond? |
||
Revision | 2020-06-07 01:07 by WubTheCaptain | ||
Description | C++11 introduced std::array<>. Doomseeker (and Wadseeker) use C-style arrays (inherited in C++98). clang-tidy complains about C-style arrays in C++ source (with exceptions in main() and extern "C". Let's modernize to C++11 and beyond? |
Copyright © 2000 - 2025 MantisBT Team |