We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1884532 commit e5ca43bCopy full SHA for e5ca43b
document/version/1_85_0.md
@@ -16,6 +16,12 @@
16
- 「[Modularized Boost(GitHubへ移行したリポジトリ)を使用する](http://dev.activebasic.com/egtra/2013/12/03/620/)」
17
18
19
+## 既知の問題
20
+
21
+- Container
22
+ - `flat_map`/`flat_set`コンテナが、未定義動作が原因でいくつかのコンパイラでクラッシュしたり、無効な結果を返すことがある。[GitHub #273](https://github.com/boostorg/container/issues/273)および[パッチ](https://github.com/igaztanaga/website/blob/77af977e96c7e497390beb6333d925c753e6f0d1/patches/1_85_0/0001-container-fix-flat_map.patch)を参照
23
24
25
## 新ライブラリ
26
27
- [CharConv](https://boost.org/libs/charconv)
0 commit comments