From: Scott Cantor Date: Sat, 3 Dec 2011 23:08:33 +0000 (+0000) Subject: Add check for Boost pointer container X-Git-Tag: 1.5.0~60 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=cb43d8d7982eddb59a64daae89d027eaf5dc36ea Add check for Boost pointer container --- diff --git a/configure.ac b/configure.ac index 9e16836..2ae97ff 100644 --- a/configure.ac +++ b/configure.ac @@ -97,6 +97,7 @@ AC_CXX_REQUIRE_STL BOOST_REQUIRE BOOST_BIND BOOST_LAMBDA +BOOST_PTR_CONTAINER BOOST_STRING_ALGO # are covariant methods allowed? diff --git a/m4/boost.m4 b/m4/boost.m4 index aa53c7f..8d0920a 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -644,6 +644,11 @@ BOOST_DEFUN([Numeric_Conversion], BOOST_DEFUN([Optional], [BOOST_FIND_HEADER([boost/optional.hpp])]) +# BOOST_PTR_CONTAINER() +# ---------------- +# Look for Boost.PointerContainer +BOOST_DEFUN([Ptr_Container], +[BOOST_FIND_HEADER([boost/ptr_container/ptr_vector.hpp])]) # BOOST_PREPROCESSOR() # --------------------