- Timestamp:
- 10/09/15 14:09:13 (10 years ago)
- Location:
- trunk/nv/stl
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/stl/utility.hh
r395 r476 16 16 #include <nv/stl/utility/common.hh> 17 17 #include <nv/stl/utility/pair.hh> 18 #include <nv/stl/utility/compressed_pair.hh> 18 19 #include <nv/stl/utility/make_pair.hh> 19 20 -
trunk/nv/stl/utility/pair.hh
r408 r476 47 47 { 48 48 first = ::nv::forward<first_type>( rhs.first ); 49 second = ::nv::forward< first_type>( rhs.second );49 second = ::nv::forward<second_type>( rhs.second ); 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.