From 8286ac511144e4f17d34eac9affb97e50646344a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:25:44 +0200 Subject: Imported Upstream version 4.0.0 --- libcult/cult/eh/exception.hxx | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 libcult/cult/eh/exception.hxx (limited to 'libcult/cult/eh/exception.hxx') diff --git a/libcult/cult/eh/exception.hxx b/libcult/cult/eh/exception.hxx deleted file mode 100644 index 266c591..0000000 --- a/libcult/cult/eh/exception.hxx +++ /dev/null @@ -1,25 +0,0 @@ -// file : cult/eh/exception.hxx -// author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Boris Kolpackov -// license : GNU GPL v2 + exceptions; see accompanying LICENSE file - -#ifndef CULT_EH_EXCEPTION_HXX -#define CULT_EH_EXCEPTION_HXX - -#include - -#include // std::exception - -namespace Cult -{ - namespace EH - { - struct Exception : std::exception - { - virtual Char const* - what () const throw (); - }; - } -} - -#endif // CULT_EH_EXCEPTION_HXX -- cgit v1.2.3