mirror of
https://github.com/boostorg/typeof.git
synced 2025-07-31 05:17:24 +02:00
Merged doc fix for BOOST_TYPEOF_NESTED_TYPEDEF (removal of tabs in doc) from HEAD
[SVN r33461]
This commit is contained in:
@ -590,8 +590,8 @@ which takes care of `typename` inside the `typeof` expression.
|
||||
template<typename A, typename B>
|
||||
struct result_of_conditional
|
||||
{
|
||||
BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested,true?A():B());
|
||||
typedef typename nested::type type;
|
||||
BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested,true?A():B());
|
||||
typedef typename nested::type type;
|
||||
};
|
||||
|
||||
template<typename A, typename B>
|
||||
|
Reference in New Issue
Block a user