Skip to content

Commit cc80814

Browse files
committed
1 parent cb991db commit cc80814

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

4.x/changelog/index.html

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -733,17 +733,28 @@
733733
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
734734

735735
<li class="md-nav__item">
736-
<a href="#4113-2026-02-25" class="md-nav__link">
736+
<a href="#4113-2026-03-11" class="md-nav__link">
737737
<span class="md-ellipsis">
738738

739-
4.11.3 (2026-02-25)
739+
4.11.3 (2026-03-11)
740740

741741
</span>
742742
</a>
743743

744-
<nav class="md-nav" aria-label="4.11.3 (2026-02-25)">
744+
<nav class="md-nav" aria-label="4.11.3 (2026-03-11)">
745745
<ul class="md-nav__list">
746746

747+
<li class="md-nav__item">
748+
<a href="#bug-fixes" class="md-nav__link">
749+
<span class="md-ellipsis">
750+
751+
Bug Fixes
752+
753+
</span>
754+
</a>
755+
756+
</li>
757+
747758
<li class="md-nav__item">
748759
<a href="#enhancements" class="md-nav__link">
749760
<span class="md-ellipsis">
@@ -4240,9 +4251,19 @@
42404251

42414252

42424253
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
4243-
<h2 id="4113-2026-02-25">4.11.3 (2026-02-25)<a class="headerlink" href="#4113-2026-02-25" title="Permanent link">&para;</a></h2>
4254+
<h2 id="4113-2026-03-11">4.11.3 (2026-03-11)<a class="headerlink" href="#4113-2026-03-11" title="Permanent link">&para;</a></h2>
4255+
<h3 id="bug-fixes">Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permanent link">&para;</a></h3>
4256+
<ul>
4257+
<li>Fix C++20 compilation error with <code>std::ostringstream::str</code> overload (#395)</li>
4258+
<li>Add <code>function_traits</code> specializations for ref-qualified member functions (<code>&amp;</code>, <code>const&amp;</code>)</li>
4259+
</ul>
42444260
<h3 id="enhancements">Enhancements<a class="headerlink" href="#enhancements" title="Permanent link">&para;</a></h3>
42454261
<ul>
4262+
<li>Support C++20 and C++23 compilation</li>
4263+
<li>Make C++ standard version configurable via <code>--with-cxx-standard</code> in mkmf-rice</li>
4264+
<li>Add <code>/Zc:__cplusplus</code> to MSVC build flags</li>
4265+
<li>Add CMake-based CI job testing C++17, C++20, and C++23</li>
4266+
<li>Add test case for function pointer struct attributes</li>
42464267
<li>Add support for <code>std::shared_ptr&lt;const T&gt;</code></li>
42474268
<li>Add support for <code>std::unique_ptr&lt;const T&gt;</code></li>
42484269
<li>Add support for non-constructible objects in std::pair, std::map, std::multimap</li>

4.x/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)