Changeset 17747 for trunk/Mars/mcore


Ignore:
Timestamp:
05/01/14 17:30:30 (11 years ago)
Author:
tbretz
Message:
'using namespace std' should never appear in header
File:
1 edited

Legend:

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

    r17297 r17747  
    2525//    splice();                // used to efficiently implement post with mutex
    2626
    27 using namespace std;
    28 
    2927template<class T, class List=std::list<T>>
    3028class Queue
Note: See TracChangeset for help on using the changeset viewer.