Changeset 19005 for trunk


Ignore:
Timestamp:
04/27/18 20:15:28 (7 years ago)
Author:
tbretz
Message:
Workaround for dictionary + clang reuired.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfileio/MMatrix.h

    r18089 r19005  
    77
    88#include <iostream>     // std::cout
     9#if defined(R__DICTIONARY_FILENAME) && defined(__clang__)
     10#undef private
     11#endif
    912#include <sstream>
    1013#include <fstream>      // std::ifstream
Note: See TracChangeset for help on using the changeset viewer.