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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user