10 Aug
2010
10 Aug
'10
1:32 p.m.
On Tuesday, August 10, 2010 4:56 AM, Anthony Williams wrote:
"Andrew Holden"
writes: I noticed that my code that uses futures wouldn't compile until I added the following two lines to future.hpp:
#include
#include I am wondering if this is an oversight, or if there is a specific reason these files weren't included in future.hpp
It was an oversight, and these have been added for the boost 1.44 release.
Excellent! Thanks for the prompt attention and for assuring me I didn't mess anything up.