mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
redundant else commented out to avoid EDG 245 warnings
[SVN r24106]
This commit is contained in:
@@ -56,7 +56,7 @@ struct ACallback : A, wrapper<A>
|
||||
#else
|
||||
return f();
|
||||
#endif
|
||||
else
|
||||
//else
|
||||
return A::f();
|
||||
}
|
||||
};
|
||||
@@ -87,7 +87,7 @@ struct DCallback : D, wrapper<D>
|
||||
#else
|
||||
return f();
|
||||
#endif
|
||||
else
|
||||
//else
|
||||
return D::f();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user