vle-forge / vle

Virtual Laboratory Environment
http://www.vle-project.org
GNU General Public License v3.0
21 stars 22 forks source link

replace vpz sax parser strto[ul,l,d] with boost::qi parser #359

Closed quesnel closed 5 years ago

quesnel commented 5 years ago

Replace strto[u,l,] or xmlXPathCast* function with Boost spirit parser to avoir the use of the current locale and hidden api.

quesnel commented 5 years ago

Seems to be fix, closing now. Feel free to reopen if you still see some warnings.