mirror of
https://github.com/boostorg/typeof.git
synced 2025-05-09 23:14:01 +00:00
reverting accidently commited change
[SVN r75052]
This commit is contained in:
parent
2334bc2bf7
commit
9fcf6ff70e
@ -38,7 +38,7 @@ namespace boost { namespace type_of {
|
||||
|
||||
#endif//BOOST_NO_SFINAE
|
||||
|
||||
#define BOOST_TYPEOF(expr) BOOST_TYPEOF_KEYWORD((expr))
|
||||
#define BOOST_TYPEOF(expr) BOOST_TYPEOF_KEYWORD(boost::type_of::ensure_obj(expr))
|
||||
#define BOOST_TYPEOF_TPL BOOST_TYPEOF
|
||||
|
||||
#define BOOST_TYPEOF_NESTED_TYPEDEF_TPL(name,expr) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user