COMPASSi/trunk/code/inc/DataManager/XmlSerialization/xsd/cxx/exceptions.hxx

20 lines
339 B
C++
Raw Permalink Normal View History

2025-06-25 15:06:42 +08:00
// file : xsd/cxx/exceptions.hxx
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_EXCEPTIONS_HXX
#define XSD_CXX_EXCEPTIONS_HXX
#include <exception> // std::exception
namespace xsd
{
namespace cxx
{
struct exception: std::exception
{
};
}
}
#endif // XSD_CXX_EXCEPTIONS_HXX