Opened 14 years ago
Closed 12 years ago
#2235 closed Feature Requests (wontfix)
tuple_list_of for std::tr1::tuple
Reported by: | markus_werle | Owned by: | Thorsten Ottosen |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | assign |
Version: | Boost 1.36.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
Hi!
Boost.Assign has tuple_list_of which allows easy assignment to e.g. std::list<boost::tuple>, but a tr1 complement is missing.
In a PerfectWorld(TM) tuple_list_of would work for both, but I am unsure, whether a conversion operator boost::tuple<..>::operator tr1::tuple would help here.
For a first shot "tr1tuple_list_of" would suffice. A demo implementation is attached
Markus
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | tr1_tuple_list_of.hpp added |
---|
comment:1 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I'll need a complete tested patch for this.
Note:
See TracTickets
for help on using tickets.
compilable tr1_tuple_list_of implementation sketch