Changeset 19003 for trunk


Ignore:
Timestamp:
04/27/18 20:11:20 (6 years ago)
Author:
tbretz
Message:
Clang has a problem which somehow happends in the root dictionary... this undef should not hurt anywhere else.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/fits.h

    r18955 r19003  
    77#include <string>
    88#include <fstream>
     9#if defined(R__DICTIONARY_FILENAME) && defined(__clang__)
     10#undef private
     11#endif
    912#include <sstream>
    1013#include <algorithm>
Note: See TracChangeset for help on using the changeset viewer.