Changeset 8884112 for src/libcfa/math


Ignore:
Timestamp:
Jul 13, 2016, 1:43:57 PM (9 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
d1b9d78
Parents:
a3e1f8f
Message:

Indexer now produces errors on CFA functions that overload C functions, does not consider restrict qualifier to break compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/libcfa/math

    ra3e1f8f r8884112  
    184184
    185185float atan2( float, float );
    186 double atan2( double, double );
     186// extern "C" { double atan2( double, double ); }
    187187long double atan2( long double, long double );
    188188
Note: See TracChangeset for help on using the changeset viewer.