mirror of
https://github.com/boostorg/website.git
synced 2026-01-27 07:22:15 +00:00
Rebuild in progress release notes
This commit is contained in:
@@ -23635,6 +23635,24 @@
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/heap/">Heap</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
" <div>
|
||||
" Correct destruction of top node in <code><span class="identifier">skew_heap</span></code>.
|
||||
" (Glen Fernandes)
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Correct and simplify allocator use. (Glen Fernandes)
|
||||
" </div>
|
||||
" </li>
|
||||
" </ul>
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/mp11/">Mp11</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
@@ -23679,17 +23697,28 @@
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" <span class="library"><a href="/libs/heap/">Heap</a>:</span>
|
||||
" <span class="library"><a href="/libs/nowide/">Nowide</a>:</span>
|
||||
" <ul>
|
||||
" <li>
|
||||
" <div>
|
||||
" Correct destruction of top node in <code><span class="identifier">skew_heap</span></code>.
|
||||
" (Glen Fernandes)
|
||||
" The library now requires a C++11-compliant compiler and stdlib
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Correct and simplify allocator use. (Glen Fernandes)
|
||||
" LFS: Add support for files > 2 GB where the underlying system
|
||||
" supports it
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Generic UTF conversion functions are now available in the <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">nowide</span><span class="special">::</span><span class="identifier">utf</span> <span class="keyword">namespace</span></code>
|
||||
" </div>
|
||||
" </li>
|
||||
" <li>
|
||||
" <div>
|
||||
" Add support for <code><span class="identifier">stat</span></code>
|
||||
" with UTF-8 paths
|
||||
" </div>
|
||||
" </li>
|
||||
" </ul>
|
||||
@@ -23898,7 +23927,7 @@
|
||||
" </div>
|
||||
"
|
||||
-hash
|
||||
"d9c18556ea3d89b5c87475767d7d5eb2132dd15babc7837cc9b23aaaa066cb7b
|
||||
"6257b7d177f8a2c6db8484b846e8c5c1969be5e42853e255b687513b29af5fd8
|
||||
-id
|
||||
"version_1_74_0
|
||||
-notice_url
|
||||
|
||||
@@ -151,6 +151,24 @@
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="/doc/libs/master/libs/heap/">Heap</a>:</span>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
Correct destruction of top node in <code><span class="identifier">skew_heap</span></code>.
|
||||
(Glen Fernandes)
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Correct and simplify allocator use. (Glen Fernandes)
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="/doc/libs/master/libs/mp11/">Mp11</a>:</span>
|
||||
@@ -197,17 +215,28 @@
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
<span class="library"><a href="/doc/libs/master/libs/heap/">Heap</a>:</span>
|
||||
<span class="library"><a href="/doc/libs/master/libs/nowide/">Nowide</a>:</span>
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
Correct destruction of top node in <code><span class="identifier">skew_heap</span></code>.
|
||||
(Glen Fernandes)
|
||||
The library now requires a C++11-compliant compiler and stdlib
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Correct and simplify allocator use. (Glen Fernandes)
|
||||
LFS: Add support for files > 2 GB where the underlying system
|
||||
supports it
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Generic UTF conversion functions are now available in the <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">nowide</span><span class="special">::</span><span class="identifier">utf</span> <span class="keyword">namespace</span></code>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div>
|
||||
Add support for <code><span class="identifier">stat</span></code>
|
||||
with UTF-8 paths
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user