From ee1aa005fdbf3ba87549041a82380ddcbd2ba1db Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sat, 31 Aug 2013 23:24:40 +0000 Subject: [PATCH] N3757 [SVN r85538] --- include/boost/exception/exception.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index 31d4317..d762cf8 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -207,6 +207,12 @@ boost class exception { + // + public: + template void set( typename Tag::type const & ); + template typename Tag::type const * get() const; + // + protected: exception():