diff options
Diffstat (limited to 'src/libs/boost-1.37.0/boost/exception/error_info.hpp')
-rw-r--r-- | src/libs/boost-1.37.0/boost/exception/error_info.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libs/boost-1.37.0/boost/exception/error_info.hpp b/src/libs/boost-1.37.0/boost/exception/error_info.hpp deleted file mode 100644 index d80bf399..00000000 --- a/src/libs/boost-1.37.0/boost/exception/error_info.hpp +++ /dev/null @@ -1,6 +0,0 @@ -//Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc. - -//Distributed under the Boost Software License, Version 1.0. (See accompanying -//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) - -namespace boost { template <class Tag,class T> class error_info; } |