|
733 | 733 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
734 | 734 |
|
735 | 735 | <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"> |
737 | 737 | <span class="md-ellipsis"> |
738 | 738 |
|
739 | | - 4.11.3 (2026-02-25) |
| 739 | + 4.11.3 (2026-03-11) |
740 | 740 |
|
741 | 741 | </span> |
742 | 742 | </a> |
743 | 743 |
|
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)"> |
745 | 745 | <ul class="md-nav__list"> |
746 | 746 |
|
| 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 | + |
747 | 758 | <li class="md-nav__item"> |
748 | 759 | <a href="#enhancements" class="md-nav__link"> |
749 | 760 | <span class="md-ellipsis"> |
|
4240 | 4251 |
|
4241 | 4252 |
|
4242 | 4253 | <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">¶</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">¶</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">¶</a></h2> |
| 4255 | +<h3 id="bug-fixes">Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permanent link">¶</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>&</code>, <code>const&</code>)</li> |
| 4259 | +</ul> |
4244 | 4260 | <h3 id="enhancements">Enhancements<a class="headerlink" href="#enhancements" title="Permanent link">¶</a></h3> |
4245 | 4261 | <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> |
4246 | 4267 | <li>Add support for <code>std::shared_ptr<const T></code></li> |
4247 | 4268 | <li>Add support for <code>std::unique_ptr<const T></code></li> |
4248 | 4269 | <li>Add support for non-constructible objects in std::pair, std::map, std::multimap</li> |
|
0 commit comments