From a8ce5c380c69539fe0c7c62c397634d9d0c9fde2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- xsd/xsd/types.hxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 xsd/xsd/types.hxx (limited to 'xsd/xsd/types.hxx') diff --git a/xsd/xsd/types.hxx b/xsd/xsd/types.hxx new file mode 100644 index 0000000..b3306dd --- /dev/null +++ b/xsd/xsd/types.hxx @@ -0,0 +1,19 @@ +// file : xsd/types.hxx +// license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +#ifndef XSD_TYPES_HXX +#define XSD_TYPES_HXX + +#include +#include // std::size_t + +#include + +using std::size_t; + +using XSDFrontend::String; +using XSDFrontend::NarrowString; + +typedef std::vector NarrowStrings; + +#endif // XSD_TYPES_HXX -- cgit v1.1