Skip to content
Snippets Groups Projects
  • Sébastien Villemot's avatar
    53f83aeb
    No longer use boost::lexical_cast · 53f83aeb
    Sébastien Villemot authored
    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).
    53f83aeb
    History
    No longer use boost::lexical_cast
    Sébastien Villemot authored
    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).