1 <section xmlns="http://docbook.org/ns/docbook" version="5.0"
2 xml:id="status.iso.2014" xreflabel="Status C++ 2014">
3 <?dbhtml filename="status_iso_cxx2014.html"?>
5 <info><title>C++ 2014</title>
7 <keyword>ISO C++</keyword>
8 <keyword>2014</keyword>
13 In this implementation the <literal>-std=gnu++14</literal> or
14 <literal>-std=c++14</literal> flag must be used to enable language
16 features. See <link linkend="manual.intro.using.flags">dialect</link>
17 options. The pre-defined symbol
18 <constant>__cplusplus</constant> is used to check for the
19 presence of the required flag.
20 GCC 6.1 was the first release with non-experimental C++14 support,
21 so the API and ABI of features added in C++14 is only stable
26 This status table is based on the table of contents of ISO/IEC 14882:2014.
27 Some subclauses are not shown in the table where the content is unchanged
28 since C++11 and the implementation is complete.
32 This section describes the C++14 and library TS support in
33 mainline GCC, not in any particular release.
36 <!-- Status is Yes or No, Broken/Partial-->
41 <?dbhtml bgcolor="#C8B0B0" ?>
43 <?dbhtml bgcolor="#B0B0B0" ?>
45 <table frame="all" xml:id="table.cxx14_status">
46 <title>C++ 2014 Implementation Status</title>
48 <tgroup cols="4" align="left" colsep="0" rowsep="1">
49 <colspec colname="c1"/>
50 <colspec colname="c2"/>
51 <colspec colname="c3"/>
52 <colspec colname="c4"/>
55 <entry>Section</entry>
56 <entry>Description</entry>
58 <entry>Comments</entry>
66 <emphasis>18</emphasis>
68 <entry namest="c2" nameend="c4" align="left">
69 <emphasis>Language support</emphasis>
75 <entry>General</entry>
87 <entry>Implementation properties</entry>
94 <entry>Numeric Limits</entry>
99 <entry>18.3.2.3</entry>
100 <entry>Class template <code>numeric_limits</code></entry>
105 <entry>18.3.2.4</entry>
106 <entry><code>numeric_limits</code> members</entry>
111 <?dbhtml bgcolor="#C8B0B0" ?>
112 <entry>18.3.2.5</entry>
113 <entry><code>float_round_style</code></entry>
118 <?dbhtml bgcolor="#C8B0B0" ?>
119 <entry>18.3.2.6</entry>
120 <entry><code>float_denorm_style</code></entry>
125 <entry>18.3.2.7</entry>
126 <entry><code>numeric_limits</code> specializations</entry>
131 <entry>18.3.3</entry>
132 <entry>C Library</entry>
139 <entry>Integer types</entry>
144 <entry>18.4.1</entry>
145 <entry>Header <code><cstdint></code> synopsis</entry>
150 <?dbhtml bgcolor="#B0B0B0" ?>
152 <entry>Start and termination</entry>
153 <entry>Partial</entry>
154 <entry>C library dependency for quick_exit, at_quick_exit</entry>
158 <entry>Dynamic memory management</entry>
164 <entry>Type identification</entry>
169 <entry>18.7.1</entry>
170 <entry>Class type_info</entry>
175 <entry>18.7.2</entry>
176 <entry>Class bad_cast</entry>
181 <entry>18.7.3</entry>
182 <entry>Class bad_typeid</entry>
188 <entry>Exception handling</entry>
193 <entry>18.8.1</entry>
194 <entry>Class exception</entry>
199 <entry>18.8.2</entry>
200 <entry>Class bad_exception</entry>
205 <entry>18.8.3</entry>
206 <entry>Abnormal termination</entry>
211 <entry>18.8.4</entry>
212 <entry><code>uncaught_exception</code></entry>
217 <entry>18.8.5</entry>
218 <entry>Exception Propagation</entry>
223 <entry>18.8.6</entry>
224 <entry><code>nested_exception</code></entry>
230 <entry>Initializer lists</entry>
235 <entry>18.9.1</entry>
236 <entry>Initializer list constructors</entry>
241 <entry>18.9.2</entry>
242 <entry>Initializer list access</entry>
247 <entry>18.9.3</entry>
248 <entry>Initializer list range access</entry>
254 <entry>Other runtime support</entry>
260 <emphasis>19</emphasis>
262 <entry namest="c2" nameend="c4" align="left">
263 <emphasis>Diagnostics</emphasis>
268 <entry>General</entry>
274 <entry>Exception classes</entry>
280 <entry>Assertions</entry>
286 <entry>Error numbers</entry>
292 <entry>System error support</entry>
297 <entry>19.5.1</entry>
298 <entry>Class <code>error_category</code></entry>
303 <entry>19.5.2</entry>
304 <entry>Class <code>error_code</code></entry>
309 <entry>19.5.3</entry>
310 <entry>Class <code>error_condition</code></entry>
315 <entry>19.5.4</entry>
316 <entry>Comparison operators</entry>
321 <entry>19.5.5</entry>
322 <entry>Class <code>system_error</code></entry>
328 <emphasis>20</emphasis>
330 <entry namest="c2" nameend="c4" align="left">
331 <emphasis>General utilities</emphasis>
336 <entry>General</entry>
342 <entry>Utility components</entry>
347 <entry>20.2.1</entry>
348 <entry>Operators</entry>
353 <entry>20.2.2</entry>
359 <entry>20.2.3</entry>
360 <entry>exchange</entry>
365 <entry>20.2.4</entry>
366 <entry>forward/move helpers</entry>
371 <entry>20.2.5</entry>
372 <entry>Function template <code>declval</code></entry>
384 <entry>Tuples</entry>
390 <entry>Compile-time integer sequences</entry>
395 <entry>20.5.2</entry>
396 <entry>Class template <code>integer_sequence</code></entry>
401 <entry>20.5.3</entry>
402 <entry>Alias template <code>make_integer_sequence</code></entry>
408 <entry>Class template <code>bitset</code></entry>
414 <entry>Memory</entry>
420 <entry>Smart pointers</entry>
425 <entry>20.8.1</entry>
426 <entry>Class template <code>unique_ptr</code></entry>
431 <entry>20.8.1.1</entry>
432 <entry>Default deleters</entry>
437 <entry>20.8.1.2</entry>
438 <entry><code>unique_ptr</code> for single objects</entry>
443 <entry>20.8.1.3</entry>
444 <entry><code>unique_ptr</code> for array objects with a runtime length</entry>
449 <entry>20.8.1.4</entry>
450 <entry><code>unique_ptr</code> creation</entry>
455 <entry>20.8.1.5</entry>
456 <entry><code>unique_ptr</code> specialized algorithms</entry>
461 <entry>20.8.2</entry>
462 <entry>Shared-ownership pointers</entry>
467 <entry>20.8.2.1</entry>
468 <entry>Class <code>bad_weak_ptr</code></entry>
473 <entry>20.8.2.2</entry>
474 <entry>Class template <code>shared_ptr</code></entry>
478 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.boost.org/libs/smart_ptr/shared_ptr.htm">boost::shared_ptr</link>.
482 <entry>20.8.2.3</entry>
483 <entry>Class template <code>weak_ptr</code></entry>
488 <entry>20.8.2.4</entry>
489 <entry>Class template <code>owner_less</code></entry>
494 <entry>20.8.2.5</entry>
495 <entry>Class template <code>enable_shared_from_this</code></entry>
500 <entry>20.8.2.6</entry>
501 <entry><code>shared_ptr</code> atomic access</entry>
506 <entry>20.8.2.7</entry>
507 <entry>Smart pointer hash support</entry>
513 <entry>Function objects</entry>
518 <entry>20.9.1</entry>
519 <entry>Definitions</entry>
524 <entry>20.9.2</entry>
525 <entry>Requirements</entry>
530 <entry>20.9.3</entry>
531 <entry>Class template <code>reference_wrapper</code></entry>
536 <entry>20.9.4</entry>
537 <entry>Arithmetic operation</entry>
542 <entry>20.9.5</entry>
543 <entry>Comparisons</entry>
548 <entry>20.8.6</entry>
549 <entry>Logical operations</entry>
554 <entry>20.9.7</entry>
555 <entry>Bitwise operations</entry>
560 <entry>20.9.8</entry>
561 <entry>Negators</entry>
566 <entry>20.9.9</entry>
567 <entry>Function object binders</entry>
572 <entry>20.9.10</entry>
573 <entry>Function template <code>mem_fn</code></entry>
578 <entry>20.9.11</entry>
579 <entry>Polymorphic function wrappers</entry>
584 <entry>20.9.11.1</entry>
585 <entry>Class <code>bad_function_call</code></entry>
590 <?dbhtml bgcolor="#B0B0B0" ?>
591 <entry>20.9.11.2</entry>
592 <entry>Class template <code>function</code></entry>
593 <entry>Partial</entry>
594 <entry>Missing allocator support</entry>
597 <entry>20.9.12</entry>
598 <entry>Class template <code>hash</code></entry>
604 <entry>Metaprogramming and type traits</entry>
609 <entry>20.10.1</entry>
610 <entry>Requirements</entry>
615 <entry>20.10.2</entry>
616 <entry>Header <code><type_traits></code> synopsis</entry>
621 <entry>20.10.3</entry>
622 <entry>Helper classes</entry>
627 <entry>20.10.4</entry>
628 <entry>Unary Type Traits</entry>
633 <entry>20.10.5</entry>
634 <entry>Type property queries</entry>
639 <entry>20.10.6</entry>
640 <entry>Relationships between types</entry>
645 <entry>20.10.7</entry>
646 <entry>Transformations between types</entry>
652 <entry>Compile-time rational arithmetic</entry>
658 <entry>Time utilities</entry>
663 <entry>20.12.3</entry>
664 <entry>Clock requirements</entry>
669 <entry>20.12.4</entry>
670 <entry>Time-related traits</entry>
675 <entry>20.12.5</entry>
676 <entry>Class template <code>duration</code></entry>
681 <entry>20.12.5.8</entry>
682 <entry>Suffixes for duration literals</entry>
687 <entry>20.12.6</entry>
688 <entry>Class template <code>time_point</code></entry>
693 <entry>20.12.7</entry>
694 <entry>Clocks</entry>
699 <entry>20.12.8</entry>
700 <entry>Date and time functions</entry>
706 <entry>Scoped allocator adaptor</entry>
712 <entry>Class <code>type_index</code></entry>
718 <emphasis>21</emphasis>
720 <entry namest="c2" nameend="c4" align="left">
721 <emphasis>Strings</emphasis>
726 <entry>General</entry>
732 <entry>Character traits</entry>
738 <entry>String classes</entry>
744 <entry>Class template <code>basic_string</code></entry>
750 <entry>Numeric Conversions</entry>
756 <entry>Hash support</entry>
762 <entry>Suffixes for <code>basic_string</code> literals</entry>
767 <?dbhtml bgcolor="#B0B0B0" ?>
769 <entry>Null-terminated sequence utilities</entry>
770 <entry>Partial</entry>
771 <entry>C library dependency. </entry>
775 <emphasis>22</emphasis>
777 <entry namest="c2" nameend="c4" align="left">
778 <emphasis>Localization</emphasis>
783 <entry>General</entry>
789 <entry>Header <code><locale></code> synopsis</entry>
795 <entry>Locales</entry>
801 <entry>Standard <code>locale</code> categories</entry>
807 <entry>Standard code conversion facets</entry>
813 <entry>C Library Locales</entry>
819 <emphasis>23</emphasis>
821 <entry namest="c2" nameend="c4" align="left">
822 <emphasis>Containers</emphasis>
827 <entry>General</entry>
833 <entry>Container requirements</entry>
839 <entry>Sequence containers</entry>
845 <entry>Associative containers</entry>
851 <entry>Unordered associative containers</entry>
857 <entry>Container adaptors</entry>
863 <emphasis>24</emphasis>
865 <entry namest="c2" nameend="c4" align="left">
866 <emphasis>Iterators</emphasis>
871 <entry>General</entry>
877 <entry>Iterator requirements</entry>
883 <entry>Header <code><iterator></code> synopsis</entry>
889 <entry>Iterator primitives</entry>
895 <entry>Iterator adaptors</entry>
901 <entry>Stream iterators</entry>
907 <entry>range access</entry>
913 <emphasis>25</emphasis>
915 <entry namest="c2" nameend="c4" align="left">
916 <emphasis>Algorithms</emphasis>
921 <entry>General</entry>
927 <entry>Non-modifying sequence operations</entry>
933 <entry>Mutating sequence operations</entry>
939 <entry>Sorting and related operations</entry>
945 <entry>C library algorithms</entry>
951 <emphasis>26</emphasis>
953 <entry namest="c2" nameend="c4" align="left">
954 <emphasis>Numerics</emphasis>
959 <entry>General</entry>
965 <entry>Numeric type requirements</entry>
971 <entry>The floating-point environment</entry>
977 <entry>Complex numbers</entry>
982 <entry>26.4.10</entry>
983 <entry>Suffixes for complex number literals</entry>
989 <entry>Random number generation</entry>
995 <entry>Numeric arrays</entry>
1001 <entry>Generalized numeric operations</entry>
1007 <entry>C Library</entry>
1013 <emphasis>27</emphasis>
1015 <entry namest="c2" nameend="c4" align="left">
1016 <emphasis>Input/output library</emphasis>
1021 <entry>General</entry>
1027 <entry>Iostreams requirements</entry>
1032 <entry>27.2.1</entry>
1033 <entry>Imbue Limitations</entry>
1038 <entry>27.2.2</entry>
1039 <entry>Positioning Type Limitations</entry>
1044 <?dbhtml bgcolor="#B0B0B0" ?>
1045 <entry>27.2.3</entry>
1046 <entry>Thread safety</entry>
1047 <entry>Partial</entry>
1052 <entry>Forward declarations</entry>
1058 <entry>Standard iostream objects</entry>
1064 <entry>Iostreams base classes</entry>
1070 <entry>Stream buffers</entry>
1076 <entry>Formatting and manipulators</entry>
1081 <entry>27.7.6</entry>
1082 <entry>Quoted manipulators</entry>
1088 <entry>String-based streams</entry>
1094 <entry>File-based streams</entry>
1100 <emphasis>28</emphasis>
1102 <entry namest="c2" nameend="c4" align="left">
1103 <emphasis>Regular expressions</emphasis>
1108 <entry>General</entry>
1114 <entry>Definitions</entry>
1120 <entry>Requirements</entry>
1126 <entry>Header <code><regex></code> synopsis</entry>
1132 <entry>Namespace <code>std::regex_constants</code></entry>
1138 <entry>Class <code>regex_error</code></entry>
1143 <?dbhtml bgcolor="#B0B0B0" ?>
1145 <entry>Class template <code>regex_traits</code></entry>
1146 <entry>Partial</entry>
1147 <entry><code>transform_primary</code> is not correctly implemented</entry>
1151 <entry>Class template <code>basic_regex</code></entry>
1157 <entry>Class template <code>sub_match</code></entry>
1162 <entry>28.10</entry>
1163 <entry>Class template <code>match_results</code></entry>
1168 <entry>28.11</entry>
1169 <entry>Regular expression algorithms</entry>
1174 <entry>28.12</entry>
1175 <entry>Regular expression Iterators</entry>
1180 <entry>28.13</entry>
1181 <entry>Modified ECMAScript regular expression grammar</entry>
1187 <emphasis>29</emphasis>
1189 <entry namest="c2" nameend="c4" align="left">
1190 <emphasis>Atomic operations</emphasis>
1195 <entry>General</entry>
1201 <entry>Header <code><atomic></code> synopsis</entry>
1207 <entry>Order and consistency</entry>
1213 <entry>Lock-free property</entry>
1219 <entry>Atomic types</entry>
1225 <entry>Operations on atomic types</entry>
1231 <entry>Flag Type and operations</entry>
1237 <entry>Fences</entry>
1243 <emphasis>30</emphasis>
1245 <entry namest="c2" nameend="c4" align="left">
1246 <emphasis>Thread support</emphasis>
1251 <entry>General</entry>
1257 <entry>Requirements</entry>
1263 <entry>Threads</entry>
1268 <?dbhtml bgcolor="#B0B0B0" ?>
1269 <entry>30.3.1</entry>
1270 <entry>Class <code>thread</code></entry>
1271 <entry>Partial</entry>
1272 <entry><code>thread::id</code> comparisons not well-defined</entry>
1275 <entry>30.3.2</entry>
1276 <entry>Namespace <code>this_thread</code></entry>
1282 <entry>Mutual exclusion</entry>
1287 <entry>30.4.1</entry>
1288 <entry>Mutex requirements</entry>
1293 <entry>30.4.1.1</entry>
1294 <entry>In general</entry>
1299 <entry>30.4.1.2</entry>
1300 <entry>Mutex types</entry>
1305 <entry>30.4.1.2.1</entry>
1306 <entry>Class <code>mutex</code></entry>
1311 <entry>30.4.1.2.2</entry>
1312 <entry>Class <code>recursive_mutex</code></entry>
1317 <entry>30.4.1.3</entry>
1318 <entry>Timed mutex types</entry>
1323 <entry>30.4.1.3.1</entry>
1324 <entry>Class <code>timed_mutex</code></entry>
1329 <entry>30.4.1.3.2</entry>
1330 <entry>Class <code>recursive_timed_mutex</code></entry>
1335 <entry>30.4.1.4</entry>
1336 <entry>Shared timed mutex types</entry>
1341 <entry>30.4.1.4.1</entry>
1342 <entry>Class <code>shared_timed_mutex</code></entry>
1347 <entry>30.4.2</entry>
1348 <entry>Locks</entry>
1353 <entry>30.4.2.1</entry>
1354 <entry>Class template <code>lock_guard</code></entry>
1359 <entry>30.4.2.2</entry>
1360 <entry>Class template <code>unique_lock</code></entry>
1365 <entry>30.4.2.3</entry>
1366 <entry>Class template <code>shared_lock</code></entry>
1371 <entry>30.4.3</entry>
1372 <entry>Generic locking algorithms</entry>
1377 <entry>30.4.4</entry>
1378 <entry>Call once</entry>
1383 <entry>30.4.4.1</entry>
1384 <entry>Struct <code>once_flag</code></entry>
1389 <?dbhtml bgcolor="#B0B0B0" ?>
1390 <entry>30.4.4.2</entry>
1391 <entry>Function <code>call_once</code></entry>
1392 <entry>Broken</entry>
1393 <entry>Exception support is broken.
1394 See <link xmlns:xlink="http://www.w3.org/1999/xlink"
1395 xlink:href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146">PR
1401 <entry>Condition variables</entry>
1406 <entry>30.5.1</entry>
1407 <entry>Class <code>condition_variable</code></entry>
1412 <entry>30.5.2</entry>
1413 <entry>Class <code>condition_variable_any</code></entry>
1419 <entry>Futures</entry>
1424 <entry>30.6.1</entry>
1425 <entry>Overview</entry>
1430 <entry>30.6.2</entry>
1431 <entry>Error handling</entry>
1436 <entry>30.6.3</entry>
1437 <entry>Class <code>future_error</code></entry>
1442 <entry>30.6.4</entry>
1443 <entry>Shared state</entry>
1448 <entry>30.6.5</entry>
1449 <entry>Class template <code>promise</code></entry>
1454 <entry>30.6.6</entry>
1455 <entry>Class template <code>future</code></entry>
1460 <entry>30.6.7</entry>
1461 <entry>Class template <code>shared_future</code></entry>
1466 <entry>30.6.8</entry>
1467 <entry>Function template <code>async</code></entry>
1472 <entry>30.6.9</entry>
1473 <entry>Class template <code>packaged_task</code></entry>
1479 <emphasis>Appendix D</emphasis>
1481 <entry namest="c2" nameend="c4" align="left">
1482 <emphasis>Compatibility features</emphasis>
1487 <entry>Increment operator with <code>bool</code> operand</entry>
1493 <entry><code>register</code> keyword</entry>
1499 <entry>Implicit declaration of copy functions</entry>
1505 <entry>Dynamic exception specifications</entry>
1511 <entry>C standard library headers</entry>
1517 <entry>Old iostreams members</entry>
1523 <entry><code>char*</code> streams</entry>
1529 <entry>Function objects</entry>
1535 <entry>Binders</entry>
1541 <entry><code>auto_ptr</code></entry>
1547 <entry>Violating exception-specifications</entry>
1553 <entry>Random shuffle</entry>
1562 <table frame="all" xml:id="table.ts_status">
1563 <title>C++ Technical Specifications Implementation Status</title>
1565 <tgroup cols="4" align="left" colsep="0" rowsep="1">
1566 <colspec colname="c1"/>
1567 <colspec colname="c2"/>
1568 <colspec colname="c3"/>
1569 <colspec colname="c4"/>
1572 <entry>Paper</entry>
1573 <entry>Title</entry>
1574 <entry>Status</entry>
1575 <entry>Comments</entry>
1582 <?dbhtml bgcolor="#C8B0B0" ?>
1584 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/JTC1/sc22/WG21/docs/papers/2013/n3662.html">
1588 <entry>C++ Dynamic Arrays</entry>
1590 <entry>Array Extensions TS</entry>
1595 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3793.html">
1599 <entry>A proposal to add a utility class to represent optional objects</entry>
1601 <entry>Library Fundamentals TS</entry>
1606 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3804.html">
1610 <entry>Any library proposal</entry>
1612 <entry>Library Fundamentals TS</entry>
1616 <?dbhtml bgcolor="#C8B0B0" ?>
1618 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/JTC1/SC22/WG21/docs/papers/2014/n3866.html">
1622 <entry>Invocation type traits, but dropping function_call_operator.</entry>
1624 <entry>Library Fundamentals TS</entry>
1629 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="">
1633 <entry>Faster string searching (Boyer-Moore et al.)</entry>
1635 <entry>Library Fundamentals TS</entry>
1640 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3915.pdf">
1644 <entry>apply() call a function with arguments from a tuple</entry>
1646 <entry>Library Fundamentals TS</entry>
1650 <?dbhtml bgcolor="#B0B0B0" ?>
1652 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3916.pdf">
1656 <entry>Polymorphic memory resources</entry>
1657 <entry>Partial (missing pool resource and buffer resource classes)</entry>
1658 <entry>Library Fundamentals TS</entry>
1663 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3920.html">
1667 <entry>Extending shared_ptr to support arrays</entry>
1669 <entry>Library Fundamentals TS</entry>
1674 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3921.html">
1678 <entry><code>string_view</code>: a non-owning reference to a string</entry>
1680 <entry>Library Fundamentals TS</entry>
1685 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3925.pdf">
1689 <entry>A sample proposal</entry>
1691 <entry>Library Fundamentals TS</entry>
1696 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3932.htm">
1700 <entry>Variable Templates For Type Traits</entry>
1702 <entry>Library Fundamentals TS</entry>
1707 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4100.pdf">
1711 <entry>File System</entry>
1715 <link linkend="manual.intro.using.linkage.experimental">
1716 <option>-lstdc++fs</option></link>
1724 <section xml:id="iso.2014.specific" xreflabel="Implementation Specific"><info><title>Implementation Specific Behavior</title></info>
1726 <section xml:id="iso.2014.filesystemts" xreflabel="Implementation Specific Behavior of the Filesystem TS"><info><title>Filesystem TS</title></info>
1728 <emphasis>2.1 POSIX conformance [fs.conform.9945]</emphasis>
1729 The behavior of the filesystem library implementation will depend on
1730 the target operating system. Some features will not be supported
1731 on some targets. Symbolic links and file permissions
1732 are not supported on Windows.
1735 <emphasis>15.30 Rename [fs.op.rename]</emphasis>
1736 On Windows, <code>experimental::filesystem::rename</code>
1737 is implemented by calling <code>MoveFileExW</code> and so
1738 does not meet the requirements of POSIX <code>rename</code>
1739 when one or both of the paths resolves to an existing directory.
1740 Specifically, it is possible to rename a directory so it replaces
1741 a non-directory (POSIX requires an error in that case),
1742 and it is not possible to rename a directory to replace another
1743 directory (POSIX requires that to work if the directory being