Skip to content

Commit

Permalink
1.83.0 : URLを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Aug 3, 2023
1 parent 0bb4c21 commit 34205bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions document/version/1_83_0.md
Expand Up @@ -46,6 +46,7 @@
- [Test](#test)
- [Timer](#timer)
- [Unordered](#unordered)
- [URL](#url)
- [UUID](#uuid)
- [Variant2](#variant2)

Expand Down Expand Up @@ -244,6 +245,13 @@
- オープンアドレッシングコンテナにおいて、以前はなにも返さなかった `erase(iterator)` が、次の要素へのイテレータに変換可能なプロキシオブジェクトを返すようになった。これにより、返されたプロキシが使用されない場合に、パフォーマンス上のペナルティを負うことなく、典型的な `it = c.erase(it)` イディオムを使用できるようになった


## <a id="url" href="#url">URL</a>

- [GitHub #757](https://github.com/boostorg/url/issues/757) `parse_query``string_view`を作り直さないよう修正
- [GitHub #756](https://github.com/boostorg/url/issues/756) `url_view`/`string_view`のコンストラクタが、`url_view_base`を要求するようにした
- [GitHub #711](https://github.com/boostorg/url/issues/711) `IP-literal``IPv6addrz`になれるようにした


## <a id="uuid" href="#uuid">UUID</a>

- [GitHub #138](https://github.com/boostorg/uuid/pull/138) AVX ターゲット用に生成される x86 コードを改善。SSE3 ターゲットでの `lddqu` 命令の使用を削除した。これは Intel NetBurst CPU ではパフォーマンスが低下するが、Skylake 以降の CPU では最適である
Expand Down

0 comments on commit 34205bb

Please sign in to comment.