GSL/include
Carson Radtke 8a0e3d8a9b
fix: direct-init const ref instead of list-init (#1175)
fixes: https://github.com/microsoft/GSL/issues/1162

gcc has a bug that generates a call to the copy constructor when list
initializing a const reference. This PR offers a workaround which is to
direct initialize the value.

see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117900
2024-12-13 10:22:16 -06:00
..
gsl fix: direct-init const ref instead of list-init (#1175) 2024-12-13 10:22:16 -06:00
CMakeLists.txt CMake cleanup (#1060) 2022-10-18 11:05:09 -07:00