From 26fa6bc37b8ddbb465b79d41e759d7f5d0c01ea4 Mon Sep 17 00:00:00 2001 From: Automated Commit Date: Sun, 11 Jul 2021 13:10:17 +0000 Subject: [PATCH] Rebuild in progress release notes --- generated/state/page-cache.txt | 99 +++++++++++++++++++++++++++++++++- users/history/in_progress.html | 97 ++++++++++++++++++++++++++++++++- 2 files changed, 193 insertions(+), 3 deletions(-) diff --git a/generated/state/page-cache.txt b/generated/state/page-cache.txt index dc8a7178..e722774f 100644 --- a/generated/state/page-cache.txt +++ b/generated/state/page-cache.txt @@ -29237,7 +29237,22 @@ " @@ -29349,6 +29364,19 @@ " "
  • "
    +" Mp11: +"
      +"
    • +"
      +" Added mp_intersperse, +" mp_split, mp_join +"
      +"
    • +"
    +"
    +"
  • +"
  • +"
    " PFR: "
      "
    • @@ -29401,6 +29429,73 @@ "
    • "
    • "
      +" System: +"
        +"
      • +"
        +" The conversion operator from error_category +" to std::error_category has been improved +" and no longer requires <map> +" or <mutex>. +"
        +"
      • +"
      • +"
        +" The comparison operators of error_category +" are now inline friends instead of member functions (a side effect +" of the previous change.) +"
        +"
      • +"
      • +"
        +" error_condition now +" defers calling generic_category() to avoid instantiating the object +" until it's actually needed. +"
        +"
      • +"
      • +"
        +" error_condition::failed and error_condition::message +" have been undeprecated, and operator +" bool() +" now once again returns failed(). +"
        +"
      • +"
      • +"
        +" The system category now doesn't call generic_category(), to avoid instantiating the object. +"
        +"
      • +"
      • +"
        +" The return value of default_error_condition +" changes in some cases into an error_condition +" from the generic category, instead of from the system category. This +" happens on POSIX when the input error_code +" is from the system category and does not correspond to any errc_t value. +"
        +"
      • +"
      • +"
        +" The interoperability of error_code +" and std::error_code has been improved substantially. +" It is now possible to construct boost::system::error_code +" from std::error_code, and it's possible to +" pass boost::system::error_code to functions taking +" std::error_code&. +"
        +"
      • +"
      • +"
        +" A stream insertion operator for error_condition +" has been added. +"
        +"
      • +"
      +"
      +"
    • +"
    • +"
      " Uuid: "
        "
      • @@ -29445,7 +29540,7 @@ "
      " -hash -"ea942103de702099542549184b40adcee0d65723b5d56e84a8ae5a9de2506cc4 +"4b4f627b7c231e58ec096cf69a3204cff54a6f7dfa95eaefc6157fbd99099709 -id "version_1_77_0 -notice_url diff --git a/users/history/in_progress.html b/users/history/in_progress.html index eac4d923..4f11e664 100644 --- a/users/history/in_progress.html +++ b/users/history/in_progress.html @@ -44,7 +44,22 @@
      • - TODO + Describe: A C++14 reflection + library, from Peter Dimov. Provides macros for describing enumerators and + struct/class members, and primitives for querying this information. +
        +
      • +
      • +
        + Lambda2: A C++14, dependency-free, + single header lambda library, from Peter Dimov. Allows simple function + objects to be constructed via expressions such as _1 + + 5, + _1 % + 2 == 0, _1 + > _2, + or _1 == + ' ' || _1 == '\t'.
      @@ -154,6 +169,19 @@
  • +
  • +
    + Mp11: +
      +
    • +
      + Added mp_intersperse, + mp_split, mp_join +
      +
    • +
    +
    +
  • PFR: @@ -206,6 +234,73 @@
  • +
  • +
    + System: +
      +
    • +
      + The conversion operator from error_category + to std::error_category has been improved + and no longer requires <map> + or <mutex>. +
      +
    • +
    • +
      + The comparison operators of error_category + are now inline friends instead of member functions (a side effect + of the previous change.) +
      +
    • +
    • +
      + error_condition now + defers calling generic_category() to avoid instantiating the object + until it's actually needed. +
      +
    • +
    • +
      + error_condition::failed and error_condition::message + have been undeprecated, and operator + bool() + now once again returns failed(). +
      +
    • +
    • +
      + The system category now doesn't call generic_category(), to avoid instantiating the object. +
      +
    • +
    • +
      + The return value of default_error_condition + changes in some cases into an error_condition + from the generic category, instead of from the system category. This + happens on POSIX when the input error_code + is from the system category and does not correspond to any errc_t value. +
      +
    • +
    • +
      + The interoperability of error_code + and std::error_code has been improved substantially. + It is now possible to construct boost::system::error_code + from std::error_code, and it's possible to + pass boost::system::error_code to functions taking + std::error_code&. +
      +
    • +
    • +
      + A stream insertion operator for error_condition + has been added. +
      +
    • +
    +
    +
  • Uuid: