Changeset 18998 for trunk/Mars/mbase


Ignore:
Timestamp:
04/27/18 20:05:35 (7 years ago)
Author:
tbretz
Message:
Switch off the workaround when compiling with clang -- it would not compile.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MQuaternion.h

    r18591 r18998  
    99#ifndef ROOT_TQuaternion
    1010#include <math.h>
     11#ifndef __clang__
    1112#if (__GNUC__ < 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ < 8))
    1213#define sqrt ::sqrt
    1314#endif
     15#endif
    1416#include <TQuaternion.h>
    15 #undef sqrt
     17//#undef sqrt
    1618#endif
    1719
Note: See TracChangeset for help on using the changeset viewer.