Commit bd748fff authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Changed boost edge bundled property to work without c++11 in ControlNet.

parent b061755e
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -415,7 +415,8 @@ namespace Isis {
      };
      };


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


      typedef boost::adjacency_list<boost::setS,
      typedef boost::adjacency_list<boost::setS,