From 06b46240caf4407c49ac0db3eabd9a7fd90b3d49 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Fri, 22 Sep 2017 14:53:51 +0200 Subject: [PATCH] safe including exception --- alib2std/src/exception | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 alib2std/src/exception diff --git a/alib2std/src/exception b/alib2std/src/exception new file mode 100644 index 0000000000..e29908ea6a --- /dev/null +++ b/alib2std/src/exception @@ -0,0 +1,11 @@ +#ifndef __ALIB_INTERNAL_STD_EXTENSION_ + #define __ALIB_INTERNAL_STD_EXTENSION_ + + #include "exception" + + #undef __ALIB_INTERNAL_STD_EXTENSION_ +#else + + #include <bits/../exception> + +#endif /* __ALIB_INTERNAL_STD_EXTENSION_ */ -- GitLab