diff --git a/src/nonstd/optional.hpp b/src/nonstd/optional.hpp index 2634200523b..816af185239 100644 --- a/src/nonstd/optional.hpp +++ b/src/nonstd/optional.hpp @@ -356,7 +356,7 @@ struct alignment_of_hack alignment_of_hack(); }; -template +template struct alignment_logic { enum { value = A < S ? A : S };