2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 04:42:28 +00:00

Fix for older EDGs

[SVN r17786]
This commit is contained in:
Dave Abrahams
2003-03-08 12:36:18 +00:00
parent be96a3c4d6
commit fbe3d080e8

View File

@@ -183,6 +183,7 @@ struct is_reference_to_class
>
>
{
BOOST_MPL_AUX_LAMBDA_SUPPORT(1,is_reference_to_class,(T))
};
template <class T>
@@ -196,6 +197,7 @@ struct is_pointer_to_class
>
>
{
BOOST_MPL_AUX_LAMBDA_SUPPORT(1,is_pointer_to_class,(T))
};
# else