Inspect fixes.

[SVN r57838]
This commit is contained in:
Daniel James
2009-11-21 19:40:28 +00:00
parent df72c4886f
commit 3882a61065
7 changed files with 15 additions and 11 deletions

View File

@@ -110,7 +110,7 @@ namespace test {
template <class T> void test(T const&) const {}
};
data_type init() const { return data_type(); }
void check() const {}
void check BOOST_PREVENT_MACRO_SUBSTITUTION() const {}
};
template <class T, class P1, class P2, class T2>