From 876509614b608f1af885d978c7d2a1e34f807e33 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 28 Apr 2002 16:18:32 +0000 Subject: [PATCH] Remove obsolete namespace from example git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2368 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/STLExtras.h | 2 +- include/llvm/ADT/STLExtras.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Support/STLExtras.h b/include/Support/STLExtras.h index 0168bf26244..8196aebbdf3 100644 --- a/include/Support/STLExtras.h +++ b/include/Support/STLExtras.h @@ -46,7 +46,7 @@ struct bitwise_or : public std::binary_function { // deleter - Very very very simple method that is used to invoke operator // delete on something. It is used like this: // -// for_each(V.begin(), B.end(), deleter); +// for_each(V.begin(), B.end(), deleter); // template static inline void deleter(T *Ptr) { diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index 0168bf26244..8196aebbdf3 100644 --- a/include/llvm/ADT/STLExtras.h +++ b/include/llvm/ADT/STLExtras.h @@ -46,7 +46,7 @@ struct bitwise_or : public std::binary_function { // deleter - Very very very simple method that is used to invoke operator // delete on something. It is used like this: // -// for_each(V.begin(), B.end(), deleter); +// for_each(V.begin(), B.end(), deleter); // template static inline void deleter(T *Ptr) {