mirror of
https://github.com/boostorg/typeof.git
synced 2025-05-09 23:14:01 +00:00
removing tab
[SVN r35056]
This commit is contained in:
parent
dfb50b4e37
commit
7ff4eceaa4
@ -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&);
|
||||
|
Loading…
x
Reference in New Issue
Block a user