CircularBuffer from the boost-sandbox
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
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
"Luca Cappa" wrote:
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?
It is header only. It will be added into the main CVS once 1.34 gets out of the door, otherwise it is finished. /Pavel
participants (3)
-
David Klein
-
Luca Cappa
-
Pavel Vozenilek