Opened 9 years ago
Closed 4 years ago
#8990 closed Feature Requests (obsolete)
are_same: variadic enhancement of is_same
| Reported by: | Owned by: | John Maddock | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | type_traits |
| Version: | Boost Development Trunk | Severity: | Not Applicable |
| Keywords: | Cc: |
Description
I would like to propose a little enhancement to what is_same actually does. I've developed a (maybe) Boost-compliant alternative that permits to evaluate more then two parameters at once, named are_same. You can find code, test and documentation as well as fixes on what already exists as an attachment.
I hope it can be of your interest.
Best Regards, Michele
Attachments (1)
Change History (3)
by , 9 years ago
| Attachment: | are_same.tar.gz added |
|---|
comment:1 by , 9 years ago
| Type: | Library Submissions → Feature Requests |
|---|
comment:2 by , 4 years ago
| Resolution: | → obsolete |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

code, test and documentation