
29 Mar
2010
29 Mar
'10
6:07 p.m.
On Mon, 29 Mar 2010, Mathias Gaunard wrote:
Jeremiah Willcock a écrit :
When I try to include both Boost.Range algorithms (in the current trunk version) and Boost.Algorithm, using a file such as the following:
#include <boost/algorithm/string.hpp> #include <boost/range/algorithm.hpp>
I receive several errors about duplicate definitions.
I reported that problem in July last year, but although I did get an answer from the author that he would look into it, nothing changed.
I suppose you should file a ticket, that's more useful than the list.
Which component should it be for? range or string_algo? -- Jeremiah Willcock