14 Dec
2006
14 Dec
'06
3:26 p.m.
Luca Cappa wrote:
Hi all,
I would like to use the circularbuffer class provided by boost-sandbox, and I would like if someone could tell me which are the rules to include the boost-sandbox files (either the .cpp and the .h) in my building process, i.e. should I copy only the relevant files into the actual boost installation directory, or anything else?
Greetings, Luca _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
hi luca, there seems to be no need to build a lib for circular_buffer, so you can just add boost-sandbox to your include dirs and it should work. -- HTH dave