mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Remove all references to int16.
Change-Id: Iab87463dd32f64ee371e6cc7d1f5e30128412a10
This commit is contained in:
@@ -45,7 +45,6 @@ namespace ceres {
|
||||
|
||||
// Basic integer types. These typedefs are in the Ceres namespace to avoid
|
||||
// conflicts with other packages having similar typedefs.
|
||||
typedef short int16;
|
||||
typedef int int32;
|
||||
|
||||
// Argument type used in interfaces that can optionally take ownership
|
||||
|
||||
@@ -77,7 +77,6 @@ struct UnsignedInteger {
|
||||
#undef CERES_INTSIZE
|
||||
|
||||
typedef Integer< 8>::type int8;
|
||||
typedef Integer<16>::type int16;
|
||||
typedef Integer<32>::type int32;
|
||||
typedef Integer<64>::type int64;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user