Hi,
Downloaded 0.7.2, same issue:
make
Making all in utilspp
make[1]: Entering directory `/home/acerqueti/dev/curlpp-0.7.2/utilspp'
Making all in functor
make[2]: Entering directory `/home/acerqueti/dev/curlpp-0.7.2/utilspp/
functor'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/acerqueti/dev/curlpp-0.7.2/utilspp/
functor'
Making all in singleton
make[2]: Entering directory `/home/acerqueti/dev/curlpp-0.7.2/utilspp/
singleton'
if /bin/bash ../../libtool --silent --tag=CXX --mode=compile g++ -
DHAVE_CONFIG_H -I. -I. -I../../curlpp -g -W -Wall -Werror -I/
usr/include -MT LifetimeLibrary.lo -MD -MP -MF ".deps/
LifetimeLibrary.Tpo" -c -o LifetimeLibrary.lo LifetimeLibrary.cpp; \
then mv -f ".deps/LifetimeLibrary.Tpo" ".deps/LifetimeLibrary.Plo";
else rm -f ".deps/LifetimeLibrary.Tpo"; exit 1; fi
In file included from LifetimeWithLongevity.hpp:54,
from SingletonHolder.hpp:31,
from LifetimeLibrary.cpp:1:
LifetimeWithLongevity.inl: In function 'void utilspp::setLongevity(T*,
unsigned int, TDestroyer)':
LifetimeWithLongevity.inl:19: error: 'upper_bound' is not a member of
'std'
LifetimeLibrary.cpp: In member function 'void
utilspp::LifetimeLibraryImpl::add
(utilspp::PrivateMembers::LifetimeTracker*)':
LifetimeLibrary.cpp:29: error: 'upper_bound' is not a member of 'std'
make[2]: *** [LifetimeLibrary.lo] Error 1
make[2]: Leaving directory `/home/acerqueti/dev/curlpp-0.7.2/utilspp/
singleton'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/acerqueti/dev/curlpp-0.7.2/utilspp'
make: *** [all-recursive] Error 1
Is there any chance I'm missing some dependency I'm not aware of or
something similar?
Thanks,
AJ
On 15 May, 23:21, "
acerqu...@googlemail.com"