From 424e315dfa9a78aebf0653c95f83fe6ed452dd8e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 2 May 2017 21:26:58 +0300 Subject: Add hxx extension for headers and libstud prefix for library dir --- libstudxml/exception.hxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libstudxml/exception.hxx (limited to 'libstudxml/exception.hxx') diff --git a/libstudxml/exception.hxx b/libstudxml/exception.hxx new file mode 100644 index 0000000..c649fba --- /dev/null +++ b/libstudxml/exception.hxx @@ -0,0 +1,19 @@ +// file : libstudxml/exception.hxx -*- C++ -*- +// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC +// license : MIT; see accompanying LICENSE file + +#ifndef LIBSTUDXML_EXCEPTION_HXX +#define LIBSTUDXML_EXCEPTION_HXX + +#include + +#include + +namespace xml +{ + class exception: public std::exception {}; +} + +#include + +#endif // LIBSTUDXML_EXCEPTION_HXX -- cgit v1.1