This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[libstdc++] reindent some header files
- From: Phil Edwards <phil at jaj dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 9 Aug 2002 12:49:35 -0400
- Subject: [libstdc++] reindent some header files
By request, this patch moves large chunks of some headers two spaces inwards,
to match the rest. The patch is both (a) huge, and (b) unreadable, as
diff tries its hardest to minimize the number of lines presented, and does
entertaining things with braces as a result. I have it if anybody is bored
enough to look at it; just imagine everything between "namespace std {"
and "}" shifted over.
Applied to trunk.
2002-08-09 Phil Edwards <pme@gcc.gnu.org>
* include/bits/deque.tcc, include/bits/list.tcc,
include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
include/bits/stl_list.h, include/bits/stl_map.h,
include/bits/stl_multimap.h, include/bits/stl_queue.h,
include/bits/stl_stack.h, include/bits/stl_vector.h,
include/bits/vector.tcc: Re-indent contents of namespace std,
re-wrap comment lines as necessary.
--
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
- Edsger Dijkstra, 1930-2002