forked from boostorg/type_traits
changed no_type to a struct
[SVN r16161]
This commit is contained in:
@ -16,7 +16,10 @@ namespace boost {
|
||||
namespace type_traits {
|
||||
|
||||
typedef char yes_type;
|
||||
typedef double no_type;
|
||||
struct no_type
|
||||
{
|
||||
char padding[8];
|
||||
};
|
||||
|
||||
} // namespace type_traits
|
||||
} // namespace boost
|
||||
|
Reference in New Issue
Block a user