From ed6115361006240e3c7b02295599e4534cc55a13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Oct 2013 08:57:20 +0200 Subject: Update internal Boost subset to 1.54.0 --- cutl/details/boost/implicit_cast.hpp | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 cutl/details/boost/implicit_cast.hpp (limited to 'cutl/details/boost/implicit_cast.hpp') diff --git a/cutl/details/boost/implicit_cast.hpp b/cutl/details/boost/implicit_cast.hpp deleted file mode 100644 index 91f6870..0000000 --- a/cutl/details/boost/implicit_cast.hpp +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright David Abrahams 2003. -// 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) -#ifndef IMPLICIT_CAST_DWA200356_HPP -# define IMPLICIT_CAST_DWA200356_HPP - -# include - -namespace cutl_details_boost { - -// implementation originally suggested by C. Green in -// http://lists.boost.org/MailArchives/boost/msg00886.php - -// The use of identity creates a non-deduced form, so that the -// explicit template argument must be supplied -template -inline T implicit_cast (typename mpl::identity::type x) { - return x; -} - -// incomplete return type now is here -//template -//void implicit_cast (...); - -} // namespace cutl_details_boost - - -#endif // IMPLICIT_CAST_DWA200356_HPP -- cgit v1.1