From: Braden M. <br...@us...> - 2007-06-06 06:28:26
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14807 Modified Files: ChangeLog Log Message: Made constructors of mf* types taking a FieldValue::value_type inline. This should facilitate elision of a copy of the argument. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1519 retrieving revision 1.1520 diff -C2 -d -r1.1519 -r1.1520 *** ChangeLog 2 Jun 2007 06:47:04 -0000 1.1519 --- ChangeLog 6 Jun 2007 06:28:26 -0000 1.1520 *************** *** 1,2 **** --- 1,10 ---- + 2007-06-06 Braden McDaniel <br...@en...> + + Made constructors of mf* types taking a FieldValue::value_type + inline. This should facilitate elision of a copy of the argument. + + * src/libopenvrml/openvrml/field_value.cpp + * src/libopenvrml/openvrml/field_value.h + 2007-06-02 Braden McDaniel <br...@en...> |