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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.