diff --git a/include/fc/signals.hpp b/include/fc/signals.hpp index 35f9a60..632f4f4 100644 --- a/include/fc/signals.hpp +++ b/include/fc/signals.hpp @@ -8,6 +8,8 @@ namespace fc { #if !defined(BOOST_NO_TEMPLATE_ALIASES) template using signal = boost::signals2::signal; + + using scoped_connection = boost::signals2::scoped_connection; #else /** Workaround for missing Template Aliases feature in the VS 2012. \warning Class defined below cannot have defined constructor (even base class has it)