<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name ="description" content="Mark the Library Fundamentals project as complete"/>
<meta name ="keywords" content="C++,cplusplus,wg21,LEWG<Library Fundamentals,Technical Specification,TS"/>
<meta name ="author" content="Alisdair Meredith"/>

<title>No Further Fundamentals TSes</title>

<style>

    ins {background-color:#A0FFA0}
    del {background-color:#FFA0A0}
    p   {text-align:justify}
    li  {text-align:justify}

    blockquote.note {
        background-color:#E0E0E0;
        padding-left: 15px; padding-right: 15px;
        padding-top:   1px; padding-bottom: 1px;
    }

    blockquote.recommend {
        background-color:#ffffb0;
        padding-left: 10px; padding-right: 10px;
        padding-top: 1px; padding-bottom: 1px;
    }

    blockquote.review {
        background-color:#c8ffc8;
        padding-left: 10px; padding-right: 10px;
        padding-top: 1px; padding-bottom: 1px;
    }

    blockquote.review_note {
        background-color:#ffffcc;
        padding-left: 15px; padding-right: 15px;
        padding-top: 1px; padding-bottom: 1px;
    }

    blockquote.draft_wording {
        background-color:#f8f8f8;
        padding-left: 15px; padding-right: 15px;
        padding-top: 1px; padding-bottom: 1px;
    }

    blockquote.old_wording {
        background-color:#f8f0f0;
        padding-left: 15px; padding-right: 15px;
        padding-top: 1px; padding-bottom: 1px;
    }

    blockquote.proposed_wording {
        background-color:#f8f8e8;
        padding-left: 15px; padding-right: 15px;
        padding-top: 1px; padding-bottom: 1px;
    }

    tr:nth-child(even) {background-color: #f2f2f2;}

    table.poll tr {background-color: #fcfcfc; text-align:center;}
    table.poll td {width: 20%;}
</style>
</head>

<body>
<table>
  <tr>
    <td>Doc. no.</td>
    <td>P2708R0</td>
  </tr>
  <tr>
    <td>Date:</td>
    <td>2022-11-08</td>
  </tr>
  <tr>
    <td>Project:</td>
    <td>Programming Language C++</td>
  </tr>
  <tr>
    <td>Audience:</td>
    <td>LEWG</td>
  </tr>
  <tr>
    <td>Reply to:</td>
    <td>
      Alisdair Meredith
      &lt;<a href="mailto:ameredith1@bloomberg.net">ameredith1@bloomberg.net</a>&gt;
    </td>
  </tr>
</table>

<h1>No Further Fundamentals TSes</h1>

<h4>1.4 Future plans (Informative) [general.plans]</h4>
<p>
This section describes tentative plans for future versions of this technical
specification and plans for moving content into future versions of the C++
Standard.
</p>

<p>
<del>The C++ committee intends to release new versions of this technical
specification periodically, containing the library extensions we hope to add to
a near-future version of the C++ Standard. F</del>
<ins>
This is the last in a series of revisions of this technical specification 
planned by the C++ committee; while there are no plans to resume the series, any
f</ins>uture versions will define their contents in
<code>std::experimental::fundamentals_v4</code>,
<code>std::experimental::fundamentals_v5</code>, etc., with the most recent
implemented version inlined into std::experimental.
</p>

<p>
When an extension defined in this or a future version of this technical
specification represents enough existing practice, it will be moved into the
next version of the C++ Standard by removing the
<code>experimental::fundamentals_vN</code> segment of its namespace and by
removing the experimental/ prefix from its header's path.
</p>

<body>
</html>
