hana/example/ext/std
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
..
array [std.array] Fix UB in std.array.less for empty array 2017-05-13 12:59:45 -07:00
integer_sequence Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
ratio Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
integral_constant.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
pair.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00
tuple.cpp Bump copyright year to 2017 2017-01-07 14:14:18 -08:00