[Thread] Missing #includes in future.hpp
I noticed that my code that uses futures wouldn't compile until I added
the following two lines to future.hpp:
#include
"Andrew Holden"
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. Anthony -- Author of C++ Concurrency in Action http://www.stdthread.co.uk/book/ just::thread C++0x thread library http://www.stdthread.co.uk Just Software Solutions Ltd http://www.justsoftwaresolutions.co.uk 15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK. Company No. 5478976
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.
participants (2)
-
Andrew Holden
-
Anthony Williams