Changeset 14933 for trunk/Mars/mcore


Ignore:
Timestamp:
02/17/13 10:52:11 (12 years ago)
Author:
tbretz
Message:
Encapsulated the std-namespace in ifdefs. It seems that ACLIC doesn't work well with that -- although I am not yet sure that this solves the real problem.
Location:
trunk/Mars/mcore
Files:
2 edited

Legend:

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

    r14904 r14933  
    5454#include "checksum.h"
    5555
     56#ifndef __MARS__
    5657namespace std
    5758{
     59#endif
    5860
    5961class fits : public izstream
     
    839841};
    840842
     843#ifndef __MARS__
    841844};
    842845#endif
     846#endif
  • trunk/Mars/mcore/ofits.h

    r14889 r14933  
    1818#include "checksum.h"
    1919
     20#ifndef __MARS__
    2021namespace std
    2122{
     23#endif
     24
    2225// Sloppy:  allow / <--- left
    2326//          allow all characters (see specs for what is possible)
     
    800803};
    801804
    802 }
     805#ifdef __MARS__
     806};
     807#endif
    803808
    804809#if 0
Note: See TracChangeset for help on using the changeset viewer.