Boost logo

Boost :

Subject: Re: [boost] Pervasive dependency upon mpl::bool_
From: Peter Dimov (lists_at_[hidden])
Date: 2014-06-03 05:46:46


> template<class T> struct is_pointer
> {
> BOOST_STATIC_CONSTANT( bool, value = false );
> };
>
> template<class T> struct is_pointer

Grrr.

  template<class T> struct is_pointer< T* >
> {
> BOOST_STATIC_CONSTANT( bool, value = true );
> };


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk