<HTML>
<HEAD>
   <style>
     <!--
       P.indented {margin-left: 4em}
       XMP.indented {margin-left: 4em}
     -->
     ins {background-color:#a0ffa0}
     del {background-color:#ffa0a0}
   </style>
   <TITLE>
       Proposed Wording for TS Feature Test Macros
   </TITLE>
</HEAD>

<BODY>

John Spicer, Edison Design Group, jhs@edg.com
<br>
2015-05-05
<br>
Revision 0

<BR CLEAR=ALL>

<CENTER>
<H2>
Proposed Wording for TS Feature Test Macros
</H2>
</center>

<p>
It is recommended that Technical Specifications include the
wording below.  "yyyymm" indicates the year and month of the
date of the TS.

<blockquote>

<h3>
1.x Feature-testing recommendations (Informative)  [intro.features]
</h3>

<p>
An implementation that provides support for this Technical
Specification should define the feature test macro(s) in table
X.


<p align=center>
Table X -- Feature Test Macro(s)
</p>
<table align=center border="1" cellspacing="0" cellpadding="4">
<tr>
<td align=center>Name</td>
<td align=center>Value</td>
<td align=center>Header</td>
</tr>
<tr>
<td><tt>__cpp_[name]</tt> </td>
<td>yyyymm</td>
<td>header name or <em>predeclared</em></td>
</tr>
</table>

</blockquote>

<xmp class=indented>
</xmp>


<h3>End of document.</h3>

</body>
</html>