|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51868 - sandbox/committee/LWG/cd_status
From: bdawes_at_[hidden]
Date: 2009-03-20 12:31:34
Author: bemandawes
Date: 2009-03-20 12:31:32 EDT (Fri, 20 Mar 2009)
New Revision: 51868
URL: http://svn.boost.org/trac/boost/changeset/51868
Log:
LWG: try again to get UK 98 into the right position for Mike. Apply xsl fix from Mike.
Text files modified:
sandbox/committee/LWG/cd_status/comments.xml | 46 ++++++++++++++++++++--------------------
sandbox/committee/LWG/cd_status/comments_report.xsl | 2
sandbox/committee/LWG/cd_status/comments_table.xsl | 2
3 files changed, 25 insertions(+), 25 deletions(-)
Modified: sandbox/committee/LWG/cd_status/comments.xml
==============================================================================
--- sandbox/committee/LWG/cd_status/comments.xml (original)
+++ sandbox/committee/LWG/cd_status/comments.xml 2009-03-20 12:31:32 EDT (Fri, 20 Mar 2009)
@@ -5,29 +5,6 @@
docno="PL22.16 09/xxxx = WG21 Nyyyy"
>
-<comment nb="UK" num="98" uknum="402" type="Te" owner="LWG" issue="1055" disp="" date="" extdoc="">
-<section>
-20.5.6
-</section>
-<para></para>
-<description>
- It would be
- useful to be able to determine the underlying type of an
- arbitrary enumeration type. This would allow safe casting
- to an integral type (especially needed for scoped enums,
- which do not promote), and would allow use of
- numeric_limits. In general it makes generic programming
- with enumerations easier.
-</description>
-<suggestion>
- Add a TransformationTrait to 20.5.6 that
- returns the underlying type of an enumeration type.
-</suggestion>
-<notes>Originlly submitted as section: 7.2 ¶ 5</notes>
-<rationale>
-</rationale>
-</comment>
-
<comment nb="FR" num="1" uknum="" type="ge" owner="" issue="" disp="" date="" extdoc="">
<section>
General Comment
@@ -4394,6 +4371,29 @@
</rationale>
</comment>
+<comment nb="UK" num="98" uknum="402" type="Te" owner="LWG" issue="1055" disp="" date="" extdoc="">
+<section>
+20.5.6
+</section>
+<para></para>
+<description>
+ It would be
+ useful to be able to determine the underlying type of an
+ arbitrary enumeration type. This would allow safe casting
+ to an integral type (especially needed for scoped enums,
+ which do not promote), and would allow use of
+ numeric_limits. In general it makes generic programming
+ with enumerations easier.
+</description>
+<suggestion>
+ Add a TransformationTrait to 20.5.6 that
+ returns the underlying type of an enumeration type.
+</suggestion>
+<notes>Originlly submitted as section: 7.2 ¶ 5</notes>
+<rationale>
+</rationale>
+</comment>
+
<comment nb="UK" num="99" uknum="421" type="Te" owner="" issue="" disp="" date="" extdoc="">
<section>
7.2
Modified: sandbox/committee/LWG/cd_status/comments_report.xsl
==============================================================================
--- sandbox/committee/LWG/cd_status/comments_report.xsl (original)
+++ sandbox/committee/LWG/cd_status/comments_report.xsl 2009-03-20 12:31:32 EDT (Fri, 20 Mar 2009)
@@ -179,7 +179,7 @@
<xsl:if test="normalize-space(rationale)">
<p><b>Rationale</b></p>
- <xsl:value-of select="rationale"/>
+ <xsl:apply-templates select="rationale/*|rationale/text()"/>
</xsl:if>
<!-- ************************************************************
Modified: sandbox/committee/LWG/cd_status/comments_table.xsl
==============================================================================
--- sandbox/committee/LWG/cd_status/comments_table.xsl (original)
+++ sandbox/committee/LWG/cd_status/comments_table.xsl 2009-03-20 12:31:32 EDT (Fri, 20 Mar 2009)
@@ -244,7 +244,7 @@
</TD>
</xsl:if>
<TD valign="top">
- <xsl:value-of select="rationale"/>
+ <xsl:apply-templates select="rationale/*|rationale/text()"/>
<!-- ************************************************************
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk