Changes in lemon/concepts/maps.h [314:2cc60866a0c9:1064:40bbb450143e] in lemon
- File:
-
- 1 edited
-
lemon/concepts/maps.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lemon/concepts/maps.h
r314 r1064 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-200 85 * Copyright (C) 2003-2009 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 17 17 */ 18 18 19 #ifndef LEMON_CONCEPT _MAPS_H20 #define LEMON_CONCEPT _MAPS_H19 #ifndef LEMON_CONCEPTS_MAPS_H 20 #define LEMON_CONCEPTS_MAPS_H 21 21 22 22 #include <lemon/core.h> … … 183 183 template<typename _ReferenceMap> 184 184 struct Constraints { 185 void constraints() { 185 typename enable_if<typename _ReferenceMap::ReferenceMapTag, void>::type 186 constraints() { 186 187 checkConcept<ReadWriteMap<K, T>, _ReferenceMap >(); 187 188 ref = m[key]; … … 214 215 } //namespace lemon 215 216 216 #endif // LEMON_CONCEPT_MAPS_H217 #endif
Note: See TracChangeset
for help on using the changeset viewer.

