Skip to content

Commit

Permalink
No variable templates for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Apr 28, 2016
1 parent 66d7d7d commit 8c1a7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fit/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

// Whether the compiler supports variable templates
#ifndef FIT_HAS_VARIABLE_TEMPLATES
#if defined(__cpp_variable_templates) || defined(_MSC_VER)
#if defined(__cpp_variable_templates)
#define FIT_HAS_VARIABLE_TEMPLATES 1
#else
#define FIT_HAS_VARIABLE_TEMPLATES FIT_HAS_STD_14
Expand Down

0 comments on commit 8c1a7ec

Please sign in to comment.