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/stl/assert.cc

    r376 r378  
    3434}
    3535#       else
    36 #include <assert.h>
     36extern "C" {
     37        extern void __assert_fail(const char *, const char *, unsigned int, const char *)
     38                throw() __attribute__ ((__noreturn__));
     39}
    3740#       endif
    3841void nv_internal_assert( const char * assertion, const char * file, unsigned int line, const char * function )
Note: See TracChangeset for help on using the changeset viewer.