Ignore:
Timestamp:
08/04/13 06:37:00 (12 years ago)
Author:
epyon
Message:
  • lua/path - bugfix
  • lua/state - added is_defined(path)
  • lua/table_guard - added is_defined(path), get_unsigned, get_size
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/lua/lua_path.hh

    r181 r188  
    3535
    3636                        template < typename T1, typename T2 >
    37                         path( const T1& p1, const T2& p2 )
     37                        path( const T1& p1, const T2& p2 ) : m_count( 0 )
    3838                        {
    3939                                const size_t l1 = string_length<T1>::get( p1 );
Note: See TracChangeset for help on using the changeset viewer.