mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Remove using std::string from port.h
Change-Id: I7376f5e7eace22ec1fc05a61eaa858594f08682d
This commit is contained in:
@@ -64,7 +64,7 @@ int FindInvalidValue(const int size, const double* x);
|
||||
|
||||
// Utility routine to print an array of doubles to a string. If the
|
||||
// array pointer is NULL, it is treated as an array of zeros.
|
||||
void AppendArrayToString(const int size, const double* x, string* result);
|
||||
void AppendArrayToString(const int size, const double* x, std::string* result);
|
||||
|
||||
extern const double kImpossibleValue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user