[Intrusive] Cleaning up trailing white space

From what I can tell a lot of Boost libraries would benefit from this, but in particular I want this for the Intrusive library. It helps to improve compile times and reduce the space needed by Boost.
I used grep " $" * to help with that here. Shalom, Brian Wood Ebenezer Enterprises http://webEbenezer.net

El 14/05/2012 20:51, Brian Wood escribió:
From what I can tell a lot of Boost libraries would benefit from this, but in particular I want this for the Intrusive library. It helps to improve compile times and reduce the space needed by Boost.
It's easy to implement, I've just erased several trailing spaces in my local copy, but it's hard to believe it can actually improve much compilation times or file sizes. Ion

On Mon, May 14, 2012 at 8:51 PM, Brian Wood <woodbrian77@gmail.com> wrote:
From what I can tell a lot of Boost libraries would benefit from this, but in particular I want this for the Intrusive library. It helps to improve compile times and reduce the space needed by Boost.
What kind of improvements can be expected time-wise? Olaf
participants (3)
-
Brian Wood
-
Ion Gaztañaga
-
Olaf van der Spek