This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] Fix throw_allocator vs out of line member functions


... this too.

Paolo.

/////////////
2009-05-07  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/ext/throw_allocator.h: Remove redundante include.
Index: include/ext/throw_allocator.h
===================================================================
--- include/ext/throw_allocator.h	(revision 147264)
+++ include/ext/throw_allocator.h	(working copy)
@@ -47,7 +47,6 @@
 #include <cmath>
 #include <ctime>
 #include <map>
-#include <set>
 #include <string>
 #include <ostream>
 #include <stdexcept>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]