diff options
Diffstat (limited to 'libcutl/cutl/exception.cxx')
-rw-r--r-- | libcutl/cutl/exception.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libcutl/cutl/exception.cxx b/libcutl/cutl/exception.cxx deleted file mode 100644 index 6f69aa7..0000000 --- a/libcutl/cutl/exception.cxx +++ /dev/null @@ -1,16 +0,0 @@ -// file : cutl/exception.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC -// license : MIT; see accompanying LICENSE file - -#include <typeinfo> - -#include <cutl/exception.hxx> - -namespace cutl -{ - char const* exception:: - what () const throw () - { - return typeid (*this).name (); - } -} |