resolve an issue with ICC (close #208)
This commit is contained in:
parent
60614d32b8
commit
f9056e732c
@ -39,9 +39,7 @@ protected:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
explicit Resource(ConstructorAccess ca, std::shared_ptr<Loop> ref)
|
explicit Resource(ConstructorAccess ca, std::shared_ptr<Loop> ref)
|
||||||
: UnderlyingType<T, U>{ca, std::move(ref)},
|
: UnderlyingType<T, U>{ca, std::move(ref)}
|
||||||
Emitter<T>{},
|
|
||||||
std::enable_shared_from_this<T>{}
|
|
||||||
{
|
{
|
||||||
this->get()->data = this;
|
this->get()->data = this;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user