|
Boost Users : |
Subject: Re: [Boost-users] [Thread] (Newb) shared memory in multithread process
From: Anthony Williams (anthony.ajw_at_[hidden])
Date: 2009-07-10 06:35:01
gabe_rosser <gabriel.rosser_at_[hidden]> writes:
> Now I have an error from main() (also shown in bold
> above):
>
> main.cpp:123: error: variable âboost::thread t1â has initialiser but
> incomplete type
> main.cpp:124: error: variable âboost::thread t2â has initialiser but
> incomplete type
>
> Sorry but I'm not sure how to fix this.
There's a missing include:
#include <boost/thread/thread.hpp>
Anthony
-- Author of C++ Concurrency in Action | http://www.manning.com/williams 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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net