Imebra 5.1.0.0 does not compile on Visual Studio 2015

Issue #327 resolved
Paolo Brandoli repo owner created an issue

Errors in the dataHandlerNumeric templated functions. When using enable_if some functions are defined twice, it looks like some types that are different in VS2019 are the same on VS2015

Comments (13)

  1. Paolo Brandoli reporter

    The problem is in VS2015: when the dataHandlerType is the same type as the one in the get/set parameter then there are two functions that look the same with enable_if, but both of them should be disabled.

  2. Log in to comment