gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2023-g4fa2b8a
Date: Tue, 20 May 2014 13:54:51 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  4fa2b8ac919ad62abd86e1f4062cb780fef95256 (commit)
      from  107521bf1686a846ea25c362c0a09ac883e94264 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=4fa2b8ac919ad62abd86e1f4062cb780fef95256


commit 4fa2b8ac919ad62abd86e1f4062cb780fef95256
Author: Bastiaan Jacques <address@hidden>
Date:   Tue May 20 15:32:35 2014 +0200

    Permit compilation without the override keyword, which we don't use.

diff --git a/macros/ax_cxx_compile_stdcxx_11.m4 
b/macros/ax_cxx_compile_stdcxx_11.m4
index 163a4c6..7fb06eb 100644
--- a/macros/ax_cxx_compile_stdcxx_11.m4
+++ b/macros/ax_cxx_compile_stdcxx_11.m4
@@ -43,12 +43,15 @@ m4_define([_AX_CXX_COMPILE_STDCXX_11_testbody], [[
       static_assert(sizeof(int) <= sizeof(T), "not big enough");
     };
 
+#if 0
+    // The override keyword is not supported until GCC-4.7.
     struct Base {
     virtual void f() {}
     };
     struct Child : public Base {
     virtual void f() override {}
     };
+#endif
 
     typedef check<check<bool>> right_angle_brackets;
 

-----------------------------------------------------------------------

Summary of changes:
 macros/ax_cxx_compile_stdcxx_11.m4 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]