diff options
Diffstat (limited to 'www/firefox/files/patch-bug779713')
-rw-r--r-- | www/firefox/files/patch-bug779713 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox/files/patch-bug779713 b/www/firefox/files/patch-bug779713 index 37e0bc2fb5c0..aad910191c5d 100644 --- a/www/firefox/files/patch-bug779713 +++ b/www/firefox/files/patch-bug779713 @@ -47,14 +47,14 @@ diff --git mfbt/Attributes.h mfbt/Attributes.h index d317766..ddb13da 100644 --- mfbt/Attributes.h +++ mfbt/Attributes.h -@@ -51,6 +51,7 @@ +@@ -50,6 +50,7 @@ + * don't indicate support for them here, due to * http://stackoverflow.com/questions/20498142/visual-studio-2013-explicit-keyword-bug */ - # if _MSC_VER >= 1800 -+# define MOZ_HAVE_CXX11_ALIGNAS - # define MOZ_HAVE_CXX11_DELETE - # endif - # if _MSC_VER >= 1700 ++# define MOZ_HAVE_CXX11_ALIGNAS + # define MOZ_HAVE_CXX11_FINAL final + # define MOZ_HAVE_CXX11_OVERRIDE + # define MOZ_HAVE_NEVER_INLINE __declspec(noinline) @@ -74,6 +75,9 @@ # ifndef __has_extension # define __has_extension __has_feature /* compatibility, for older versions of clang */ |