Ignore:
Timestamp:
06/13/15 11:47:09 (10 years ago)
Author:
epyon
Message:
  • naming cleanup
  • string_ref -> string_view (compatible with C++17 standard!)
  • *_ref and const_*_ref, renamed to _ref and _view for consistency
File:
1 edited

Legend:

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

    r395 r399  
    810810}
    811811
    812 void nv::lua::register_storage( state* a_state, string_ref name, string_ref constructor_name )
     812void nv::lua::register_storage( state* a_state, string_view name, string_view constructor_name )
    813813{
    814814        // TODO: error checking
Note: See TracChangeset for help on using the changeset viewer.