ATLAS Offline Software
excepts.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id$
16 #ifndef CXXUTILS_EXCEPTS_H
17 #define CXXUTILS_EXCEPTS_H
18 
19 #ifdef __APPLE__
20 int
21 feenableexcept (unsigned int excepts);
22 int
23 fedisableexcept (unsigned int excepts);
24 #endif
25 
26 #endif // not CXXUTILS_EXCEPTS_H