Unverified Commit 58e7d8f4 authored by AgoinsUSGS's avatar AgoinsUSGS Committed by GitHub
Browse files

Merge pull request #308 from jessemapel/ipce

Changed boost edge bundled property to work without c++11 in ControlNet.
parents b061755e bd748fff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -415,7 +415,8 @@ namespace Isis {
      };

      struct Connection {
        int strength = 0;
        int strength;
        Connection() : strength(0) {}
      };

      typedef boost::adjacency_list<boost::setS,