Skip to content
Snippets Groups Projects
Commit 53f83aeb authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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).
parent 30c205f4
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment