From 138c8a32b563288c14f4d2b258fa5907661b46f4 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 llvm-svn: 2368 --- llvm/include/Support/STLExtras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/Support/STLExtras.h b/llvm/include/Support/STLExtras.h index 0168bf262447..8196aebbdf31 100644 --- a/llvm/include/Support/STLExtras.h +++ b/llvm/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) {