mirror of
https://github.com/boostorg/typeof.git
synced 2025-05-09 23:14:01 +00:00
Merged typo in typeof doc from HEAD
[SVN r33525]
This commit is contained in:
parent
c17f725e5f
commit
041f9cfd24
@ -590,7 +590,7 @@ 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());
|
||||
BOOST_TYPEOF_NESTED_TYPEDEF_TPL(nested,true?A():B())
|
||||
typedef typename nested::type type;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user