Adds macro for checking if C++14 variable templates are supported

Reference issue

#2230 (closed)

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

Merge request reports

Loading