Changeset 476 for trunk


Ignore:
Timestamp:
10/09/15 14:09:13 (10 years ago)
Author:
epyon
Message:
  • utility compressed_pair.hh
Location:
trunk/nv/stl
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/stl/utility.hh

    r395 r476  
    1616#include <nv/stl/utility/common.hh>
    1717#include <nv/stl/utility/pair.hh>
     18#include <nv/stl/utility/compressed_pair.hh>
    1819#include <nv/stl/utility/make_pair.hh>
    1920
  • trunk/nv/stl/utility/pair.hh

    r408 r476  
    4747                {
    4848                        first = ::nv::forward<first_type>( rhs.first );
    49                         second = ::nv::forward<first_type>( rhs.second );
     49                        second = ::nv::forward<second_type>( rhs.second );
    5050                }
    5151
Note: See TracChangeset for help on using the changeset viewer.