Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

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?






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker