forked from boostorg/throw_exception
N3757
[SVN r85538]
This commit is contained in:
committed by
Peter Dimov
parent
9c7cd0b8b5
commit
ee1aa005fd
@ -207,6 +207,12 @@ boost
|
|||||||
class
|
class
|
||||||
exception
|
exception
|
||||||
{
|
{
|
||||||
|
//<N3757>
|
||||||
|
public:
|
||||||
|
template <class Tag> void set( typename Tag::type const & );
|
||||||
|
template <class Tag> typename Tag::type const * get() const;
|
||||||
|
//</N3757>
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
exception():
|
exception():
|
||||||
|
Reference in New Issue
Block a user