Ignore:
Timestamp:
05/26/15 17:35:06 (10 years ago)
Author:
epyon
Message:
  • MASSIVE commit
  • common.hh - size_t, ptrdiff_t, nv:: namespace, NV_ALIGN_OF and basic template tools
  • STL - algorithm.hh, iterator.hh, limits.hh, numeric.hh and type_info.hh
  • STL - updates to memory, array and string
File:
1 edited

Legend:

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

    r368 r374  
    7979{
    8080        nv::rectangle* a = to_parea( L, 1 );
    81         std::size_t l;
     81        nv::size_t l;
    8282        const char* index = lua_tolstring( L, 2, &l );
    8383        if ( l == 1 && index[0] == 'a' )
     
    101101{
    102102        nv::rectangle* a = to_parea( L, 1 );
    103         std::size_t l;
     103        nv::size_t l;
    104104        const char* index = lua_tolstring( L, 2, &l );
    105105        nv::ivec2 value( to_coord( L, 3 ) );
Note: See TracChangeset for help on using the changeset viewer.