Ignore:
Timestamp:
10/21/13 13:39:07 (11 years ago)
Author:
tbretz
Message:
Added some tweaks to allow root cint to parse the C++11 stuff.
File:
1 edited

Legend:

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

    r17267 r17292  
    22#define MARS_MemoryManager
    33
     4#ifndef __CINT__
    45#include <forward_list>
     6#else
     7namespace std
     8{
     9    class mutex;
     10    class condition_variable;
     11    template<class T> class shared_ptr<T>;
     12    template<class T> class forward_list<T>;
     13}
     14#endif
    515
    616class MemoryStock
Note: See TracChangeset for help on using the changeset viewer.