18 Jun
                
                    2005
                
            
            
                18 Jun
                
                '05
                
            
            
            
        
    
                6:23 a.m.
            
        Brian Braatz <brianb <at> rmtg.com> writes:
[snip] // copy it to a vector typedef mpl::copy < myset::type , back_inserter< vec >
>::type result_vec;
mpl::for_each<result_vec>( print_type()); } ...
Try: typedef mpl::copy < mpl::begin<myset> , mpl::back_inserter<vec>
::type result_vec;
HTH -Ryan