InitUtil v2.x Change Log
========================

----
2004
----

3/26 (InitUtil.h v2.1b)
    Created a nested namespace for the helper templates (used internally
    only).

2/07 (InitUtil.h v2.1a)
    Removed some gcc-specific bug workarounds, since the code that drew
    the bugs in the first place has now been eliminated from InitUtil.h.

2/02 (InitUtil.h v2.1)
    Now supports gcc3 (thanks to modifications/simplifications by Dave
    Abrahams), and Intel 7/8 (but not when using hash-based containers
    for reasons I don't as-of-yet understand).

1/29
    Now tested under the Comeau/Dinkumware and VC7.1/Dinkumware platforms
    (Dinkumware meaning the Dinkumware Unabridged Library).

1/27
    Added fix for namespace selection when using the Dinkum Unabridged
    Library

    Added Dinkum.txt to document a Dinkum Library bug in hash-based
    container support.

1/25 (InitUtil v2.0)
    Initial release.

