template struct POCO_STATIC_ASSERTION_FAILURE<true>

#include <Bugcheck.h>

template <>
struct POCO_STATIC_ASSERTION_FAILURE<true>
{
    // enums

    enum
    {
        value = 1,
    };
};