Re: [Boost-bugs] [Boost C++ Libraries] #12094: Operator > changes attribute type

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12094: Operator > changes attribute type
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-03-24 12:55:01


#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:
-----------------------------------+----------------------
Changes (by mikhail.strelnikov@…):

 * status: closed => reopened
 * resolution: wontfix =>

Comment:

 Sorry, I had to reopen this issue - not sure if commenting on closed
 issues does anything.

 'a' >> (r | r) - compiles, attr is std::string[[BR]]

 *('a' >> (r | r)) - compiles, attr is std::string[[BR]]

 [[BR]]
 [[BR]]


 'a' > (r | r) - does not compile[[BR]]

 *('a' > (r | r)) - attr is std::vector<std::string>. Wat?[[BR]]

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12094#comment:4>
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