ROCR-Runtime
ROCR-Runtime copied to clipboard
lazy_ptr: fix calling to undefined function
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