Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12094: Operator > changes attribute type
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-03-24 21:35:16
#12094: Operator > changes attribute type
-----------------------------------+----------------------
Reporter: mikhail.strelnikov@⦠| Owner: djowel
Type: Bugs | Status: reopened
Milestone: To Be Determined | Component: spirit
Version: Boost 1.61.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------+----------------------
Comment (by djowel):
So you say "Does not compile, but now it is as expected. :-)". Actually,
this:
{{{
'a' > (r | r)
}}}
is the same as this:
{{{
'a' >> expect[r | r]
}}}
But you say that the first is not expected and the second is expected.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12094#comment:9> 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:19 UTC