mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-31 09:30:36 +08:00
Update return type in code generator and add tests for logical functions
Change-Id: I128f8ccc21c2c3a2c79674ac28dd9a5b26b58772
This commit is contained in:
@@ -249,6 +249,8 @@ enum class ExpressionReturnType {
|
||||
VOID,
|
||||
};
|
||||
|
||||
std::string ExpressionReturnTypeToString(ExpressionReturnType type);
|
||||
|
||||
// This class contains all data that is required to generate one line of code.
|
||||
// Each line has the following form:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user