Refactor SharedPtr and fix ContainerDeletePolicy bug

This commit is contained in:
Vinnie Falco
2013-09-04 11:00:10 -07:00
parent aa2773e483
commit 201221253d
21 changed files with 544 additions and 457 deletions

View File

@@ -95,7 +95,7 @@ private:
void clean_up();
private:
SharedObjectPtr <detail::statement_imp> m_imp;
SharedPtr <detail::statement_imp> m_imp;
};
}