dune-common  2.4.1-rc2
final.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
3 #ifndef DUNE_COMMON_STD_FINAL_HH
4 #define DUNE_COMMON_STD_FINAL_HH
5 
10 #if HAVE_KEYWORD_FINAL || defined(DOXYGEN)
11 
24 #define DUNE_FINAL final
25 
26 #else
27 #define DUNE_FINAL
28 #endif
29 
30 #endif // DUNE_COMMON_STD_FINAL_HH