mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-01 05:24:38 +02:00
remove tabs
[SVN r20987]
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
struct convertible_to_anything
|
||||
{
|
||||
template<typename T> operator T() { return 0; }
|
||||
template<typename T> operator T() { return 0; }
|
||||
};
|
||||
|
||||
|
||||
@@ -24,8 +24,3 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_enum<convertible_to_anything>::value, fal
|
||||
TT_TEST_END
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user