Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8622: Remove use of `boost::blank`
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-11-07 17:12:52
#8622: Remove use of `boost::blank`
--------------------------------------+----------------------------
Reporter: K-ballo <kaballo86@â¦> | Owner: djowel
Type: Patches | Status: new
Milestone: To Be Determined | Component: fusion
Version: Boost Development Trunk | Severity: Not Applicable
Resolution: | Keywords:
--------------------------------------+----------------------------
Comment (by Kohei Takahashi <flast@â¦>):
Replying to [comment:1 K-ballo <kaballo86@â¦>]:
> However, under C++11 rules this is no longer a valid case for SFINAE.
Did you point attached your patch? If so, this ticket can be closed.
Or replacing such implementation with like a following would be good.
{{{
#!cpp
template <typename Tag>
struct begin_impl
{
template <typename Sequence>
struct apply
: enable_if<is_segmented<Sequence>,
detail::segmented_begin<Sequence> >
{};
};
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8622#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC