mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
added RVO enabler
This commit is contained in:
@ -62,8 +62,9 @@ public:
|
|||||||
header()=this;
|
header()=this;
|
||||||
}
|
}
|
||||||
|
|
||||||
entry_trace(const entry_trace&)=delete;
|
/* not used but VS in pre-C++17 mode needs to see it for RVO */
|
||||||
entry_trace& operator=(const entry_trace&)=delete;
|
entry_trace(const entry_trace&);
|
||||||
|
|
||||||
~entry_trace(){clear();}
|
~entry_trace(){clear();}
|
||||||
|
|
||||||
void clear()
|
void clear()
|
||||||
|
Reference in New Issue
Block a user