@@ -1,5 +1,4 @@
#ifndef GRAPH_H
#define GRAPH_H
#pragma once
#include <new>
#include <utility>
@@ -37,5 +36,3 @@ public:
Graph(const Graph&) = delete;
Graph& operator=(const Graph&) = delete;
};
#endif
The note is not visible to the blocked user.