~ubuntu-branches/ubuntu/wily/deal.ii/wily-proposed

« back to all changes in this revision

Viewing changes to contrib/boost/include/boost/mpl/aux_/inserter_algorithm.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV, Adam C. Powell, IV, Denis Barbier
  • Date: 2010-07-29 13:47:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100729134701-qk60t2om7u7oklkb
Tags: 6.3.1-1
[ Adam C. Powell, IV ]
* Changed to source format 3.0 (quilt).
* Changed maintainer to debian-science with Adam Powell as uploader.
* Added source lintian overrides about Adam Powell's name.
* Added Vcs info on git repository.
* Bumped Standards-Version.
* Changed stamp-patch to patch target and fixed its application criterion.
* Moved make_dependencies and expand_instantiations to a versioned directory
  to avoid shlib package conflicts.

[ Denis Barbier ]
* New upstream release (closes: #562332).
  + Added libtbb support.
  + Forward-ported all patches.
* Updates for new PETSc version, including workaround for different versions
  of petsc and slepc.
* Add debian/watch.
* Update to debhelper 7.
* Added pdebuild patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
//
12
12
// See http://www.boost.org/libs/mpl for documentation.
13
13
 
14
 
// $Id: inserter_algorithm.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
15
 
// $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
16
 
// $Revision: 49267 $
 
14
// $Id: inserter_algorithm.hpp 55648 2009-08-18 05:16:53Z agurtovoy $
 
15
// $Date: 2009-08-18 01:16:53 -0400 (Tue, 18 Aug 2009) $
 
16
// $Revision: 55648 $
17
17
 
18
18
#include <boost/mpl/back_inserter.hpp>
19
19
#include <boost/mpl/front_inserter.hpp>
49
49
      BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), typename P) \
50
50
    > \
51
51
struct name< BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P),na > \
52
 
    : if_< has_push_back<P1> \
 
52
    : if_< has_push_back< typename clear<P1>::type> \
53
53
        , aux::name##_impl< \
54
54
              BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
55
55
            , back_inserter< typename clear<P1>::type > \