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.
2 parents 898c81a + 4f34284 commit a4b4f64Copy full SHA for a4b4f64
include/boost/signals2/detail/signal_template.hpp
@@ -775,7 +775,7 @@ namespace boost
775
private:
776
// explicit private copy constructor to avoid compiler trying to do implicit conversions to signal
777
explicit BOOST_SIGNALS2_SIGNAL_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS)(
778
- const BOOST_SIGNALS2_SIGNAL_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS) & other) BOOST_NOEXCEPT
+ const BOOST_SIGNALS2_SIGNAL_CLASS_NAME(BOOST_SIGNALS2_NUM_ARGS) &) BOOST_NOEXCEPT
779
{
780
// noncopyable
781
BOOST_ASSERT(false);
0 commit comments