suppress borland warning

[SVN r847]
This commit is contained in:
Dave Abrahams
2003-01-11 23:18:39 +00:00
parent a61df20f61
commit 09542a1e9f

View File

@@ -34,7 +34,7 @@ namespace boost_concepts {
template <class Target, class Source> template <class Target, class Source>
struct static_assert_base_and_derived struct static_assert_base_and_derived
{ {
static_assert_base_and_derived(Target* x = (Source*)0) {} static_assert_base_and_derived(Target* = (Source*)0) {}
}; };
//=========================================================================== //===========================================================================