mirror of
https://github.com/boostorg/iterator.git
synced 2026-04-29 10:23:21 +02:00
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