Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6891: Add extension point to define how expressions are created from operators
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-05 18:45:50
#6891: Add extension point to define how expressions are created from operators
--------------------------------------+-------------------------------------
Reporter: mgaunard | Owner: eric_niebler
Type: Feature Requests | Status: assigned
Milestone: To Be Determined | Component: proto
Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Changes (by eric_niebler):
* status: new => assigned
Comment:
I'm keeping this feature request in mind while designing proto-11. In the
current design, users will be have a per-domain ```make_expr```
customization point. I foresee all of proto's operator overloads going
through this customization point. So, if for your domain, your
```make_expr``` turns ```tag::foo``` into ```my_tag<tag::foo>``` (for
instance), that would just work.
Does this address your scenario?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6891#comment:1> 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:09 UTC