The source project of this merge request has been removed.
Adds macro for checking if C++14 variable templates are supported
Reference issue
What does this implement/fix?
EDIT:
There was a much easier solution which is just to check whether __cpp_variable_templates exists and is greater than 201304
Edited by Steve Bronder