Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Oliver Sander's avatar
    5525e37a
    Test for the 'final' keyword from C++11 · 5525e37a
    Oliver Sander authored
    This patch adds an AutoTools test that tests whether the compiler
    supports the 'final' keyword.  It defines the DUNE_FINAL preprocessor
    macro, which expands to 'final' if the keyword is supported, and
    is empty otherwise.
    5525e37a
    History
    Test for the 'final' keyword from C++11
    Oliver Sander authored
    This patch adds an AutoTools test that tests whether the compiler
    supports the 'final' keyword.  It defines the DUNE_FINAL preprocessor
    macro, which expands to 'final' if the keyword is supported, and
    is empty otherwise.