diff --git a/lib/graph/graph.hpp b/lib/graph/graph.hpp index 6e38cd8..26649eb 100644 --- a/lib/graph/graph.hpp +++ b/lib/graph/graph.hpp @@ -27,17 +27,6 @@ } ~~~ */ - - -// from http://cpptruths.blogspot.de/2011/09/tale-of-noexcept-swap-for-user-defined.html -template -struct is_nothrow_swappable_all -{ - static std::tuple *t; - enum { value = noexcept(t->swap(*t)) }; -}; - - template class Graph {