Changeset 4208
- Timestamp:
- 04/25/12 10:00:07 (14 months ago)
- File:
-
- 1 edited
-
trunk/linbox/linbox/vector/subvector.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox/linbox/vector/subvector.h
r4207 r4208 238 238 void swap (_Tp&, _Tp&) 239 239 #ifdef __GNUC__ 240 #if __GNUC_PREREQ(4,7) 240 241 #ifdef __GXX_EXPERIMENTAL_CXX0X__ 241 242 noexcept(__and_<is_nothrow_move_constructible<_Tp>, 242 243 is_nothrow_move_assignable<_Tp>>::value) 244 #endif 243 245 #endif 244 246 #endif
Note: See TracChangeset
for help on using the changeset viewer.
