Relative Content

Tag Archive for c++templatesenable-if

C++ enable_if class specialization not invoked

I have the following example on trying to use enable_if for instantiating 2 different specializations of the class A, but I am not understanding it correctly as they are not getting invoked, any suggestions ? thanks in advance.