- Timestamp:
- 05/01/14 17:30:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/Queue.h
r17297 r17747 25 25 // splice(); // used to efficiently implement post with mutex 26 26 27 using namespace std;28 29 27 template<class T, class List=std::list<T>> 30 28 class Queue
Note:
See TracChangeset
for help on using the changeset viewer.