summaryrefslogtreecommitdiff
path: root/audio/ardour/files/patch-libs-pbd-pbd-stl_delete.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ardour/files/patch-libs-pbd-pbd-stl_delete.h')
-rw-r--r--audio/ardour/files/patch-libs-pbd-pbd-stl_delete.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/ardour/files/patch-libs-pbd-pbd-stl_delete.h b/audio/ardour/files/patch-libs-pbd-pbd-stl_delete.h
deleted file mode 100644
index e240ad907d0c..000000000000
--- a/audio/ardour/files/patch-libs-pbd-pbd-stl_delete.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- libs/pbd/pbd/stl_delete.h.orig
-+++ libs/pbd/pbd/stl_delete.h
-@@ -23,7 +23,7 @@
- /* To actually use any of these deletion functions, you need to
- first include the revelant container type header.
- */
--#if defined(_CPP_VECTOR) || defined(_GLIBCXX_VECTOR) || defined(__SGI_STL_VECTOR)
-+#if defined(_LIBCPP_VECTOR) || defined(_GLIBCXX_VECTOR) || defined(__SGI_STL_VECTOR)
- template<class T> void vector_delete (std::vector<T *> *vec)
- {
- typename std::vector<T *>::iterator i;
-@@ -33,7 +33,7 @@ template<class T> void vector_delete (st
- }
- vec->clear ();
- }
--#endif // _CPP_VECTOR || _GLIBCXX_VECTOR || __SGI_STL_VECTOR
-+#endif // _LIBCPP_VECTOR || _GLIBCXX_VECTOR || __SGI_STL_VECTOR
-
- #if defined(_CPP_MAP) || defined(_GLIBCXX_MAP) || defined(__SGI_STL_MAP)
- template<class K, class T> void map_delete (std::map<K, T *> *m)