Files
ceres-solver/include/ceres/internal
Sameer Agarwal af04d7f187 Remove DCHECK_GE checks from fixed_array.h
This triggers -Wtype-limits warnings on comparisons
which are always true, since the test being done is
n >= 0, where n is of type size_t, which is always
true.

This causes problems when compiling Ceres on linux
with miniglog.

Change-Id: Ia1d1d1483e03469c71fde029b62ca6d84e9b27e0
2013-11-05 13:47:30 -08:00
..
2013-10-29 07:40:51 -07:00
2013-03-03 17:08:32 -08:00
2013-02-24 19:04:21 +00:00
2013-05-09 10:09:38 -07:00