forked from boostorg/iterator
suppress borland warning
[SVN r847]
This commit is contained in:
@@ -34,7 +34,7 @@ namespace boost_concepts {
|
||||
template <class Target, class Source>
|
||||
struct static_assert_base_and_derived
|
||||
{
|
||||
static_assert_base_and_derived(Target* x = (Source*)0) {}
|
||||
static_assert_base_and_derived(Target* = (Source*)0) {}
|
||||
};
|
||||
|
||||
//===========================================================================
|
||||
|
Reference in New Issue
Block a user