forked from boostorg/type_traits
add trivial HP aCC compiler workaround
[SVN r10049]
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user