Commit bb9708da authored by Davis King's avatar Davis King

added missing bug fix note

parent eb867dd0
...@@ -59,6 +59,9 @@ Bug fixes: ...@@ -59,6 +59,9 @@ Bug fixes:
murmur_hash3() to avoid violation of the strict aliasing rule. In murmur_hash3() to avoid violation of the strict aliasing rule. In
particular, the previous version didn't work correctly in gcc 4.7.2 when particular, the previous version didn't work correctly in gcc 4.7.2 when
optimizations were enabled. optimizations were enabled.
- Visual Studio 2012's iostreams library has a bug which caused the
iosockstream to crash on use. This version of dlib has been changed to
avoid triggering this bug.
Other: Other:
- Refactored the Platt scaling code a little. Now there is a function, - Refactored the Platt scaling code a little. Now there is a function,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment