From 114b3ed06a2919be7414f5ccfe007926dab20f7e Mon Sep 17 00:00:00 2001 From: p-hamann <p.hamann@dareit.de> Date: Tue, 23 Apr 2019 17:46:44 +0200 Subject: [PATCH] Delete graph's default constructor --- include/gp-bnb/graph.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/gp-bnb/graph.hpp b/include/gp-bnb/graph.hpp index ccab34f..68fed41 100644 --- a/include/gp-bnb/graph.hpp +++ b/include/gp-bnb/graph.hpp @@ -9,7 +9,6 @@ using vertex_id = unsigned int; class graph { public: - graph() = default; /** @brief Initializes the graph to be partitioned * @param Adjacency lists */ -- GitLab