blob: d9c88cf5c32ede5dca30ec0e5a029eaf2b18881c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- a/include/boost/detail/utf8_codecvt_facet.hpp (index)
+++ b/include/boost/detail/utf8_codecvt_facet.hpp (working tree)
@@ -185,7 +185,7 @@ protected:
std::size_t max_limit
) const
#if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(600))
- throw()
+ noexcept
#endif
;
@@ -197,7 +197,7 @@ protected:
std::size_t max_limit
) const
#if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(600))
- throw()
+ noexcept
#endif
{
return do_length(
|