forked from Alepha/Alepha
Exception problem debugging.
This commit is contained in:
@ -33,9 +33,14 @@ namespace Alepha::Hydrogen::Atomic ::detail:: Dropbox_m
|
||||
|
||||
inline namespace exports
|
||||
{
|
||||
struct finished_exception;
|
||||
template< typename > class Dropbox;
|
||||
|
||||
using DropboxFinishedException= synthetic_exception< struct finished_exception, FinishedException >;
|
||||
template< template< auto > class > struct ck {};
|
||||
template< typename > class tag;
|
||||
using ck2= ck< tag >;
|
||||
|
||||
using DropboxFinishedException= synthetic_exception< finished_exception, FinishedException >;
|
||||
using AnyTaggedDropboxFinishedException= AnyTagged< DropboxFinishedException >;
|
||||
template< typename tag > using TaggedDropboxFinishedException= Tagged< DropboxFinishedException, tag >;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user