hana/example/ext
Louis Dionne 8b2bf22c2d [std.array] Fix UB in std.array.less for empty array
We were using `&arr[0]` on empty arrays, which is technically UB since `arr[0]`
is UB on empty arrays. This triggered an infinite loop on Clang-on-Windows.
2017-05-13 12:59:45 -07:00
..
boost Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
std [std.array] Fix UB in std.array.less for empty array 2017-05-13 12:59:45 -07:00