Quantcast
Channel: Gazebo: Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 7017

boost::lexical_cast(port) == "11,345"

$
0
0
boost::lexical_cast(port) is a big problem because result of this function depends of locale. And if locale is defined in process, result will be with delimeters, like this ",". And we will have port = "11,345".

Viewing all articles
Browse latest Browse all 7017

Trending Articles