Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2008-01-24 21:01:18


Andreas Huber wrote:
> Hi
>
> May I still merge a bug fix to the release branch for 1.35, or is it already
> too late? The change is:
>
> Index: libs/statechart/example/Performance/Performance.cpp
> ===================================================================
> --- libs/statechart/example/Performance/Performance.cpp (revision 42908)
> +++ libs/statechart/example/Performance/Performance.cpp (working copy)
> @@ -62,6 +62,7 @@
> #include <iostream>
> #include <fstream>
> #include <iomanip>
> +#include <ios> // for std::fixed
> #include <string>
> #include <algorithm>
>
> This is obviously low risk but it's also low priority, as the bug is in an
> example, not the library itself.

OK to merge, assuming you've already fixed it on the trunk and it isn't
causing trouble.

--Beman


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk