merge RC_1_32_0 fixes

[SVN r26333]
This commit is contained in:
Aleksey Gurtovoy
2004-11-28 04:44:21 +00:00
parent 8f317492ee
commit e5c1e12a66

View File

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