Second round of removing extraneous copy constructor and destructor calls.

This commit is contained in:
JoelKatz
2012-12-17 20:31:26 -08:00
parent 2a06686b7c
commit 8a1033caad
13 changed files with 37 additions and 35 deletions

View File

@@ -6,7 +6,7 @@
DECLARE_INSTANCE(SerializedValidation);
std::vector<SOElement::ptr> sValidationFormat;
std::vector<SOElement::ref> sValidationFormat;
static bool SVFInit()
{