14 Jul
                
                    2005
                
            
            
                14 Jul
                
                '05
                
            
            
            
        
    
                6:43 p.m.
            
        On Jul 14, 2005, at 8:30 AM, Douglas Gregor wrote:
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...
... I've worked around the issue on Apple's GCC 3.3. Doug