dxx-rebirth/contrib/broken-vs2017
Kp 6e4b63e098 Use C++17 std::size instead of custom lengthof
lengthof was added to provide the size of C arrays.  C++17 std::size is
now available, and can serve the same purpose.  Remove the custom
lengthof.

The generated code is the same in both cases, other than the change in
line numbers caused by removal of the #include directives.
2020-07-05 23:34:32 +00:00
..
common.props Update contributed Visual Studio files to Visual Studio 2017 2017-04-08 16:48:18 +00:00
Common.vcxproj Use C++17 std::size instead of custom lengthof 2020-07-05 23:34:32 +00:00
Common.vcxproj.filters Use C++17 std::size instead of custom lengthof 2020-07-05 23:34:32 +00:00
d1x-rebirth.vcxproj Use C++17 std::size instead of custom lengthof 2020-07-05 23:34:32 +00:00
d1x-rebirth.vcxproj.filters Use C++17 std::size instead of custom lengthof 2020-07-05 23:34:32 +00:00
d2x-rebirth.vcxproj Use C++17 std::size instead of custom lengthof 2020-07-05 23:34:32 +00:00
d2x-rebirth.vcxproj.filters Use C++17 std::size instead of custom lengthof 2020-07-05 23:34:32 +00:00
debug.props Update contributed Visual Studio files to Visual Studio 2017 2017-04-08 16:48:18 +00:00
dxxsconf.h Add DXX_ptrdiff_cast_int,DXX_WORDS_BIGENDIAN to VS2017 dxxsconf.h 2018-01-22 04:50:10 +00:00
Rebirth.sln Update contributed Visual Studio files to Visual Studio 2017 2017-04-08 16:48:18 +00:00
release.props Update contributed Visual Studio files to Visual Studio 2017 2017-04-08 16:48:18 +00:00