Ignore:
Timestamp:
05/04/15 16:30:44 (10 years ago)
Author:
epyon
Message:
  • more string_ref usage
  • string_ref moved to string.hh
  • initial const_string implemenation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_path.cc

    r359 r360  
    1818        size_t point = spath.find( '.' );
    1919
    20         while ( point != std::string::npos )
     20        while ( point != string_ref::npos )
    2121        {
    2222                m_elements[m_count].str    = spath.data();
Note: See TracChangeset for help on using the changeset viewer.