forked from boostorg/typeof
removing tab
[SVN r35056]
This commit is contained in:
@ -25,7 +25,7 @@ namespace boost { namespace type_of {
|
||||
# ifdef BOOST_NO_SFINAE
|
||||
template<class T>
|
||||
T& ensure_obj(const T&);
|
||||
# else
|
||||
# else
|
||||
template<typename T>
|
||||
typename enable_if<is_function<T>, T&>::type
|
||||
ensure_obj(T&);
|
||||
|
Reference in New Issue
Block a user