git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@460 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-01-09 08:23:10 +00:00
parent 13ecac2479
commit 8a0a2bcee1

View file

@ -22,13 +22,13 @@ SafeFormat:
- ported to 64-bit Windows, not tested (pk)
- Printf/SPrintfing of std::strings added (pk)
- all warnings removed gcc and msvc (pk)
- use snprintf for "p"
- use snprintf for "%p"
- test program: speed comparison added (pk)
SmallObject:
- added functions to check for memory corruption (rs)
- more fine tuning (rs)
- some warnings removed (pk)
- warnings removed (pk)
TypeTraits:
- bug 1388477 fixed (pk)