Remove use of boost::lexical_cast as it appears to be difficult to
authorCarl Hetherington <cth@carlh.net>
Sun, 11 May 2014 23:25:19 +0000 (00:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 May 2014 23:25:19 +0000 (00:25 +0100)
commit89939e2862b61eedb4ababb22d3ae17fae179de8
tree4f171ae5023d5666b3642c66f5b8a929b9530ef2
parentfb0822d3719a4668b58e8959232a04ddccd9a521
Remove use of boost::lexical_cast as it appears to be difficult to
make it use the standard "C" locale for both decimal and thousands
separators.  Instead, use std::stringstream which it appears will
use "C" for both decimal and thousands after s.imbue
(std::locale::classic ());
src/cxml.cc
src/cxml.h