We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb61454 commit d2036f3Copy full SHA for d2036f3
src/rampl.cpp
@@ -666,7 +666,7 @@ RCPP_MODULE(rampl){
666
.method("close", &RAMPL::close)
667
.method("isRunning", &RAMPL::isRunning)
668
.method("solve", ( void (RAMPL::*)() )(&RAMPL::solve))
669
- .method("solve", ( void (RAMPL::*)(std:string, std:string) )(&RAMPL::solve))
+ .method("solve", ( void (RAMPL::*)(std::string, std::string) )(&RAMPL::solve))
670
671
.method("getData", &RAMPL::getData)
672
.method("getValue", &RAMPL::getValue)
0 commit comments