Ignore:
Timestamp:
05/29/15 17:28:16 (10 years ago)
Author:
epyon
Message:
  • oops, missed src : got rid of to_string and other std::string utilities (except slurp) string no longer in nv namespace
File:
1 edited

Legend:

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

    r376 r380  
    179179}
    180180
    181 string lua::table_guard::get_std_string( string_ref element, string_ref defval /*= string_ref() */ )
     181std::string lua::table_guard::get_std_string( string_ref element, string_ref defval /*= string_ref() */ )
    182182{
    183183        lua_getfield( m_state, -1, element.data() );
Note: See TracChangeset for help on using the changeset viewer.