I\'m trying to specialise the constructor of the following templated class
enum class A { a1, a2 }; enum class B { b1, b2 }; template