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:
@@ -37,8 +37,8 @@
|
||||
namespace ceres {
|
||||
namespace internal {
|
||||
|
||||
string VersionString() {
|
||||
string value = string(CERES_VERSION_STRING);
|
||||
std::string VersionString() {
|
||||
std::string value = std::string(CERES_VERSION_STRING);
|
||||
|
||||
#ifdef CERES_NO_LAPACK
|
||||
value += "-no_lapack";
|
||||
|
||||
Reference in New Issue
Block a user