From 8510f324a53ffd2dac41feea520acdf4c2443765 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 13 Nov 2013 07:47:39 +0200 Subject: Drop support for Xerces-C++ 2-series --- xsd-frontend/version.hxx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 xsd-frontend/version.hxx (limited to 'xsd-frontend/version.hxx') diff --git a/xsd-frontend/version.hxx b/xsd-frontend/version.hxx new file mode 100644 index 0000000..1e147bf --- /dev/null +++ b/xsd-frontend/version.hxx @@ -0,0 +1,15 @@ +// file : xsd-frontend/version.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +#ifndef XSD_FRONTEND_VERSION_HXX +#define XSD_FRONTEND_VERSION_HXX + +#include + +#if _XERCES_VERSION < 30000 +# error Xerces-C++ 2-series is not supported +#endif + +#endif // XSD_FRONTEND_VERSION_HXX -- cgit v1.1