Remove obsolete namespace from example

llvm-svn: 2368
This commit is contained in:
Chris Lattner 2002-04-28 16:18:32 +00:00
parent 412d277f4a
commit 138c8a32b5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ struct bitwise_or : public std::binary_function<Ty, Ty, bool> {
// 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<cfg::Interval>);
// for_each(V.begin(), B.end(), deleter<Interval>);
//
template <class T>
static inline void deleter(T *Ptr) {