#861 closed Patches (fixed)
Detect nested template members with has_template_xxx
Reported by: | daniel_walker | Owned by: | Aleksey Gurtovoy |
---|---|---|---|
Milestone: | Component: | mpl | |
Version: | None | Severity: | Problem |
Keywords: | Cc: |
Description
This patch is for Boost.MPL. Apply with 'patch -p0 < djw_has_template.patch' from the boost root directory. See discussion at http://tinyurl.com/35x5z5.
Attachments (2)
Change History (8)
comment:1 by , 16 years ago
Summary: | Detect nested template members with has_template_xxx → [mpl] Detect nested template members with has_template_xxx |
---|
comment:2 by , 15 years ago
Component: | None → mpl |
---|---|
Severity: | → Problem |
Summary: | [mpl] Detect nested template members with has_template_xxx → Detect nested template members with has_template_xxx |
comment:4 by , 13 years ago
Just to add my 2 cents, I found this ticket while searching for just this capability in mpl. I think it would be a worthwhile feature.
by , 12 years ago
Attachment: | has_xxx_template.2.patch added |
---|
Revised patch. I've checked that the docs build correctly, and run the tests with MSVC 10, as well.
comment:5 by , 12 years ago
Resolution: | None → fixed |
---|---|
Status: | assigned → closed |
comment:6 by , 12 years ago
(In [63518]) Merged revisions 62579 via svnmerge from https://svn.boost.org/svn/boost/trunk
........
r62579 | steven_watanabe | 2010-06-08 09:24:55 -0500 (Tue, 08 Jun 2010) | 1 line
Add BOOST_MPL_HAS_XXX_TEMPLATE_DEF. Fixes #861
........
Note:
See TracTickets
for help on using tickets.