mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-03 14:34:34 +02:00
add missing typename
[SVN r16358]
This commit is contained in:
@@ -17,7 +17,7 @@ namespace detail{
|
||||
template <class T>
|
||||
struct is_polymorphic_imp1
|
||||
{
|
||||
typedef remove_cv<T>::type ncvT;
|
||||
typedef typename remove_cv<T>::type ncvT;
|
||||
struct d1 : public ncvT
|
||||
{
|
||||
d1();
|
||||
@@ -81,6 +81,3 @@ BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_polymorphic,T,::boost::detail::is_polymorphic_im
|
||||
#include "boost/type_traits/detail/bool_trait_undef.hpp"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user