Changeset 1237:deaf433636ca in lemon for lemon/core.h
- Timestamp:
- 07/30/13 15:10:43 (10 years ago)
- Branch:
- 1.1
- Parents:
- 1182:015801ff09d1 (diff), 1236:756022ac1674 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/core.h
r1150 r1237 36 36 #ifdef _MSC_VER 37 37 #pragma warning( disable : 4250 4355 4503 4800 4996 ) 38 #endif 39 40 #ifdef __GNUC__ 41 // Needed by the [DI]GRAPH_TYPEDEFS marcos for gcc 4.8 42 #pragma GCC diagnostic ignored "-Wunused-local-typedefs" 38 43 #endif 39 44 -
lemon/core.h
r1236 r1237 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-20 095 * Copyright (C) 2003-2011 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 1247 1247 protected: 1248 1248 1249 class AutoNodeMap : public ItemSetTraits<GR, Node>::template Map<Arc>::Type { 1249 class AutoNodeMap : 1250 public ItemSetTraits<GR, Node>::template Map<Arc>::Type { 1250 1251 typedef typename ItemSetTraits<GR, Node>::template Map<Arc>::Type Parent; 1251 1252 … … 1286 1287 }; 1287 1288 1288 protected: 1289 protected: 1289 1290 1290 1291 const Digraph &_g;
Note: See TracChangeset
for help on using the changeset viewer.