Changeset 2530
- Timestamp:
- Jul 28, 2011, 9:04:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/stl_utility.h
r2480 r2530 768 768 const Tp& get(const std::map<Key, Tp, Compare, Alloc>& m, const Key& key) 769 769 { 770 typename std::map<Key, Tp, Compare, 770 typename std::map<Key, Tp, Compare,Alloc>::const_iterator iter(m.find(key)); 771 771 if (iter==m.end()) { 772 772 std::stringstream ss; … … 778 778 } 779 779 780 781 782 780 }}} // of namespace utility, yat, and theplu 783 784 781 #endif
Note: See TracChangeset
for help on using the changeset viewer.