We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df85188 commit fd3543aCopy full SHA for fd3543a
include/boost/format/alt_sstream.hpp
@@ -138,7 +138,9 @@ namespace boost {
138
typedef basic_altstringbuf<Ch, Tr, Alloc> stringbuf_t;
139
public:
140
typedef Alloc allocator_type;
141
- ~basic_oaltstringstream() noexcept override = default;
+
142
+ BOOST_DEFAULTED_FUNCTION(~basic_oaltstringstream() BOOST_NOEXCEPT, { })
143
144
basic_oaltstringstream()
145
: pbase_type(new stringbuf_t), stream_t(pbase_type::member.get())
146
{ }
0 commit comments