mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
Kill off stray 'y' character.
[SVN r35530]
This commit is contained in:
@ -408,7 +408,7 @@ struct is_reference_to_pointer
|
||||
|
||||
template <class T>
|
||||
struct is_reference_to_function_pointer
|
||||
y : mpl::eval_if<is_reference<T>, is_pointer_to_function_aux<T>, mpl::false_>::type
|
||||
: mpl::eval_if<is_reference<T>, is_pointer_to_function_aux<T>, mpl::false_>::type
|
||||
{
|
||||
BOOST_MPL_AUX_LAMBDA_SUPPORT(1,is_reference_to_function_pointer,(T))
|
||||
};
|
||||
|
Reference in New Issue
Block a user