-
- Downloads
No longer use boost::lexical_cast
Most cases can be handled in C++11 by std::stoi() and std::stod(). For the macroprocessor ArrayMV<T>::print() method, use template specialization (instead of a lexical_cast to detect between T=int and T=string).
Showing
- src/ComputingTasks.cc 6 additions, 7 deletionssrc/ComputingTasks.cc
- src/ConfigFile.cc 8 additions, 9 deletionssrc/ConfigFile.cc
- src/macro/MacroDriver.cc 2 additions, 3 deletionssrc/macro/MacroDriver.cc
- src/macro/MacroValue.cc 37 additions, 0 deletionssrc/macro/MacroValue.cc
- src/macro/MacroValue.hh 0 additions, 38 deletionssrc/macro/MacroValue.hh
Loading
Please register or sign in to comment