23 Oct
                
                    2004
                
            
            
                23 Oct
                
                '04
                
            
            
            
        
    
                9:45 p.m.
            
        Here: http://www.mywikinet.com/mpl/mpl_1_32_changelog/numeric-metafunctions-protoc... I'm guessing that: template< int n > struct my_int { static int const value = n; typedef my_iny type; }; is really supposed to be: template< int n > struct my_int { static int const value = n; typedef my_int type; ^^^^^^ }; And same for the "After" example. Dave