
10 Jul
2006
10 Jul
'06
2:43 p.m.
On Mon, 10 Jul 2006 14:50:20 +0200, Simon Richter <Simon.Richter@hogyros.de> wrote:
T m_value;
That means that T needs to be default-constructible, which for more complex types T means that T needs to be capable of knowing whether it is in an uninitialized state, which kind of makes this class pretty pointless.
Care to submit an example before being so categorical? -- [ Gennaro Prota, C++ developer for hire ] [ resume: available on request ]