Skip to content

Commit

Permalink
Boost.Icl-1.86.0: C++03 removal note in requires_cxx11.hpp and docume…
Browse files Browse the repository at this point in the history
…ntation.
  • Loading branch information
jofaber committed Jun 16, 2024
1 parent 2741c3a commit d87bd77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>
<span class="bold"><strong>C++03 support</strong></span> is deprecated in <span class="bold"><strong>Boost.Icl</strong></span> 1.84 and will be removed <span class="bold"><strong>in
<span class="bold"><strong>C++03 support</strong></span> was deprecated in <span class="bold"><strong>Boost.Icl 1.84</strong></span> and was removed <span class="bold"><strong>in
Boost.Icl 1.86</strong></span>.
</p></td></tr>
</table></div>
Expand Down
2 changes: 1 addition & 1 deletion doc/introduction.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ to `[afojgo<AT>gmail dot com]`.

]

[note *C++03 support* is deprecated in *Boost.Icl* 1.84 and will be removed *in Boost.Icl 1.86*.]
[note *C++03 support* was deprecated in *Boost.Icl 1.84* and was removed *in Boost.Icl 1.86*.]

Intervals are almost ubiquitous in software development. Yet they are
very easily coded into user defined classes by a pair of numbers
Expand Down
2 changes: 1 addition & 1 deletion include/boost/icl/detail/requires_cxx11.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
defined(BOOST_NO_CXX11_NOEXCEPT) || \
defined(BOOST_NO_CXX11_HDR_RATIO)

BOOST_PRAGMA_MESSAGE("C++03 support is deprecated in Boost.Icl 1.84 and will be removed in Boost.Icl 1.86.")
BOOST_PRAGMA_MESSAGE("C++03 support was deprecated in Boost.Icl 1.84 and was removed in Boost.Icl 1.86.")

#endif

Expand Down

0 comments on commit d87bd77

Please sign in to comment.