Changeset 589
- Timestamp:
- 08/28/09 09:26:56 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/shared_ptr_test.cpp
r570 r589 88 88 } 89 89 90 // tested runtime check is only in debug version 91 #ifndef NDEBUG 90 92 TEST ( test_shared_ptr_error ) { 91 93 bdm::shared_ptr<Foo> empty; … … 97 99 } 98 100 } 101 #endif