"csrc/vscode:/vscode.git/clone" did not exist on "7b8be2a7d9a56847c30cd9db30a43b6dcfd975fa"
Commit bb9708da authored by Davis King's avatar Davis King
Browse files

added missing bug fix note

parent eb867dd0
......@@ -59,6 +59,9 @@ Bug fixes:
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
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:
- 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