add trivial HP aCC compiler workaround

[SVN r10049]
This commit is contained in:
Jens Maurer
2001-05-07 21:18:24 +00:00
parent 0bb9f97e12
commit 230bd5762f

View File

@@ -49,7 +49,8 @@ int check_result(int argc, char** argv)
// this one is to verify that a constant is indeed a
// constant-integral-expression:
//
template <bool>
// HP aCC cannot deal with missing names for template value parameters
template <bool b>
struct checker
{
static void check(bool, bool, const char*, bool){ ++test_count; }