ROCR-Runtime icon indicating copy to clipboard operation
ROCR-Runtime copied to clipboard

lazy_ptr: fix calling to undefined function

Open zhoumin2 opened this issue 1 year ago • 0 comments

The function Init() called by the one of constructors of lazy_ptr is undefined. That constructor is not used by other code so that the compiler doesn't complain. This patch replaces the Init() with the member function of reset().

#183

zhoumin2 avatar Mar 12 '24 10:03 zhoumin2