Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TeuchosCore_ConfigDefs.hpp
1 // @HEADER
2 // *****************************************************************************
3 // Teuchos: Common Tools Package
4 //
5 // Copyright 2004 NTESS and the Teuchos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef TEUCHOSCORE_CONFIGDEFS_HPP
11 #define TEUCHOSCORE_CONFIGDEFS_HPP
12 
18 #include "TeuchosCore_config.h"
19 
20 #ifdef HAVE_TEUCHOSCORE_CXX11
21 # define TEUCHOS_NOEXCEPT_FALSE noexcept(false)
22 #else
23 # define TEUCHOS_NOEXCEPT_FALSE
24 #endif
25 
26 #endif /* TEUCHOSCORE_CONFIGDEFS_HPP */