[Locale] MSVC 2015 facets issue
Hello, Today I had a discussion on this ticket https://svn.boost.org/trac/boost/ticket/11878 There was a basic issue with Boost.Locale that couldn't format numbers at all properly, after back and forth it was discovered an issue with MSVC library. https://svn.boost.org/trac/boost/ticket/11878#comment:10 What is the best way to address this issue (open a bug there is no github issue tracker on this :-) ... Thank You, Artyom Beilis
On 30 December 2015 at 14:52, Artyom Beilis
Hello,
Today I had a discussion on this ticket
https://svn.boost.org/trac/boost/ticket/11878
There was a basic issue with Boost.Locale that couldn't format numbers at all properly, after back and forth it was discovered an issue with MSVC library.
https://svn.boost.org/trac/boost/ticket/11878#comment:10
What is the best way to address this issue (open a bug there is no github issue tracker on this :-) ...
Thank You,
Artyom Beilis
The usual way to report a bug for visual studio compile or library is to to their Connect website and find the bug report page. Here: https://connect.microsoft.com/visualstudio You need an account though (you might have one if you used visual studio community). I can post for you if you don't want to, but it might be useful if you end up reporting issues regularly. Also, I believe STL (the main msvc library maintainer) is reading this mailing list so most of the time that helps if he gets involved. Joël Lamotte
Here: https://connect.microsoft.com/visualstudio
You need an account though (you might have one if you used visual studio community).[...]
Actually the guy who opened Boost.Locale ticket had already filled the bug report: https://connect.microsoft.com/VisualStudio/feedback/details/2185894 So hopefully it will get addressed (also AFAIR it is 2nd time Boost.Locale leads to a bug discovery in MSVC library) I assume it is related to some dllimport/export stuff... (which makes me like ELF every time I find such things :-) )
Joël Lamotte
Thanks, Artyom
[Artyom Beilis]
Actually the guy who opened Boost.Locale ticket had already filled the bug report: https://connect.microsoft.com/VisualStudio/feedback/details/2185894
This was a devirtualization bug that's been fixed in VS 2015 Update 2. STL
participants (3)
-
Artyom Beilis
-
Klaim - Joël Lamotte
-
Stephan T. Lavavej