[SVN r85538]
This commit is contained in:
Emil Dotchevski
2013-08-31 23:24:40 +00:00
parent 831f73599a
commit e97bcb4c56
4 changed files with 121 additions and 1 deletions

View File

@ -207,6 +207,12 @@ boost
class
exception
{
//<N3757>
public:
template <class Tag> void set( typename Tag::type const & );
template <class Tag> typename Tag::type const * get() const;
//</N3757>
protected:
exception():