View difference between Paste ID: qnK37afc and nugqA2Zh
SHOW: | | - or go back to the newest paste.
1-
	template<class _Objty,
1+
for (int i = 0; i < m_children.size();i++)
2-
		class... _Types>
2+
		{
3-
		void construct(_Objty *_Ptr, _Types&&... _Args)
3+
			m_children.at(i)->printNode(new_mult);
4-
		{	// construct _Objty(_Types...) at _Ptr
4+