From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-07-14 08:30:54


Lines like this:

    keyword<name_>& name = instance();

are causing failures on lots of compilers. It looks like the workaround
is simple, but we need to apply it to the platforms that are still
failing...

        Doug