Show
Ignore:
Timestamp:
06/19/09 11:43:48 (15 years ago)
Author:
smidl
Message:

mergers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/user_info.h

    r384 r388  
    235235                return instance; 
    236236        } 
     237        //! VS: addition for root elements 
     238        template<class T> static T* build( const Setting &element ) 
     239        { 
     240                T* instance; 
     241                from_setting<T>( instance,  element ); 
     242                return instance; 
     243        } 
    237244 
    238245        template<class T> static T* build( const Setting &element, const string &name )