This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH][libstdc++-v3 parallel mode]


> -Max line length
> -Tabs to spaces
> -Pragmas consistent

cool.

some of the resulting indentation changes seems off:

-  /** @brief A pair of iterators. The usual iterator operations are
-   *  applied to both child iterators.
-   */
-  template<typename Iterator1, typename Iterator2, typename
IteratorCategory> +/** @brief A pair of iterators. The usual iterator
IteratorCategory> operations are
+  *  applied to both child iterators.
+  */
+template<typename Iterator1, typename Iterator2, typename
IteratorCategory>


This seems different than existing practice elsewhere. See point 11
here:

http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/C++STYLE

And intclude/bits/stl_vector.h

-benjamin


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