Update api_impl.cc

fix-deadlinks-in-readme
Jiabin Yang 7 years ago committed by GitHub
parent a9be969cf9
commit cceffca6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -316,7 +316,7 @@ std::unique_ptr<PaddlePredictor> CreatePaddlePredictor<
return nullptr;
}
#ifdef __clang__
//fix clang compile error
// fix clang compile error
return predictor;
#else
return std::move(predictor);

Loading…
Cancel
Save