Ignore:
Timestamp:
05/29/15 12:12:47 (10 years ago)
Author:
epyon
Message:
  • important fix in reverse_iterator operators
  • std::string functions removed or converted to string_ref in string.hh
  • capi.hh - more function forwards and usage of them instead of libc
  • more std removal
  • assert fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/gui_gfx_renderer.cc

    r376 r378  
    190190{
    191191        std::string id_name( filename );
    192         id_name.append( to_string( size ) );
     192        id_name.append( std::to_string( size ) );
    193193        auto i = m_font_names.find( id_name );
    194194        if ( i != m_font_names.end() )
Note: See TracChangeset for help on using the changeset viewer.