Compare commits

...

3 Commits

Author SHA1 Message Date
337e414515 This commit was manufactured by cvs2svn to create tag
'Version_1_32_0'.

[SVN r26264]
2004-11-19 19:19:18 +00:00
aa00436b68 fix main return type
[SVN r26076]
2004-11-02 05:14:24 +00:00
8a47b48f0e This commit was manufactured by cvs2svn to create branch 'RC_1_32_0'.
[SVN r25797]
2004-10-20 08:26:43 +00:00

View File

@ -115,7 +115,7 @@ class MyClass {
int add_one() { return ++*ptr; }
};
void main()
int main()
{
boost::scoped_ptr<Shoe> x(new Shoe);
MyClass my_instance;