Connecting Tech Pros Worldwide Forums | Help | Site Map

A question on the boost library

Pep
Guest
 
Posts: n/a
#1: Sep 29 '06
I am working on a project that foolishly embedded the first release of
boost
in to it's build tree and therefore has never updated boost as it
evolved.

Now due to an upgrade to the FreeBSD ports directory which forced a
compiler
upgrade on us, we have to use the current version of boost, which is no
bad
thing.

Except, the old code made use of default_iterator_policies which does
not
seem to exist in the current version of boost.

Is there a easy way of replacing the default_iterator_policies in our
code
with what ever we should now be using and if so, what is it?

TIA,
Pep.


Victor Bazarov
Guest
 
Posts: n/a
#2: Sep 29 '06

re: A question on the boost library


Pep wrote:
Quote:
[..]
>
Is there a easy way of replacing the default_iterator_policies in our
code
with what ever we should now be using and if so, what is it?
Did you know that Boost has its own discussion forums?

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


Pep
Guest
 
Posts: n/a
#3: Sep 29 '06

re: A question on the boost library



Victor Bazarov wrote:
Quote:
Pep wrote:
Quote:
[..]

Is there a easy way of replacing the default_iterator_policies in our
code
with what ever we should now be using and if so, what is it?
>
Did you know that Boost has its own discussion forums?
>
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Yep but having difficulty posting to it for some unkonw reason, by that
I mean that knode says a unknown error has occurred when posting to the
ng :(

kwikius
Guest
 
Posts: n/a
#4: Sep 29 '06

re: A question on the boost library



Pep wrote:
Quote:
Victor Bazarov wrote:
Quote:
Pep wrote:
Quote:
[..]
>
Is there a easy way of replacing the default_iterator_policies in our
code
with what ever we should now be using and if so, what is it?
Did you know that Boost has its own discussion forums?

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
>
Yep but having difficulty posting to it for some unkonw reason, by that
I mean that knode says a unknown error has occurred when posting to the
ng :(
Did you try subscribing to the Boost Users List:

http://lists.boost.org/mailman/listinfo.cgi/boost-users

regards
Andy Little

Closed Thread