Show
Ignore:
Timestamp:
09/27/09 00:57:59 (15 years ago)
Author:
smidl
Message:

changes in base classes

Files:
1 modified

Legend:

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

    r628 r635  
    424424        //! Return name (fails when isnamed is false) 
    425425        const RV& _rv() const { 
    426                 bdm_assert_debug ( isnamed(), "" ); 
     426                //bdm_assert_debug ( isnamed(), "" ); 
    427427                return rv; 
    428428        }