From Jason Turner

[depr.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpe0lq97ca/{from.md → to.md} +11 -0
tmp/tmpe0lq97ca/{from.md → to.md} RENAMED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## General <a id="depr.general">[[depr.general]]</a>
2
+
3
+ This Annex describes features of the C++ Standard that are specified for
4
+ compatibility with existing implementations.
5
+
6
+ These are deprecated features, where *deprecated* is defined as:
7
+ Normative for the current revision of C++, but having been identified as
8
+ a candidate for removal from future revisions. An implementation may
9
+ declare library names and entities described in this Clause with the
10
+ `deprecated` attribute [[dcl.attr.deprecated]].
11
+