]> git.lyx.org Git - features.git/blobdiff - boost/boost/mpl/aux_/preprocessed/bcc_pre590/template_arity.hpp
boost: add eol property
[features.git] / boost / boost / mpl / aux_ / preprocessed / bcc_pre590 / template_arity.hpp
index a0b058ff7cde29152dd7091dd1f7364af73f871e..b24a0a7e7fb2a593aa895362db816b46c1e991e0 100644 (file)
@@ -1,40 +1,40 @@
-\r
-// Copyright Aleksey Gurtovoy 2001-2004\r
-//\r
-// Distributed under the Boost Software License, Version 1.0. \r
-// (See accompanying file LICENSE_1_0.txt or copy at \r
-// http://www.boost.org/LICENSE_1_0.txt)\r
-//\r
-\r
-// *Preprocessed* version of the main "template_arity.hpp" header\r
-// -- DO NOT modify by hand!\r
-\r
-namespace boost { namespace mpl { namespace aux {\r
-\r
-template< bool >\r
-struct template_arity_impl\r
-{\r
-    template< typename F > struct result_\r
-        : mpl::int_< -1 >\r
-    {\r
-    };\r
-};\r
-\r
-template<>\r
-struct template_arity_impl<true>\r
-{\r
-    template< typename F > struct result_\r
-        : F::arity\r
-    {\r
-    };\r
-};\r
-\r
-template< typename F >\r
-struct template_arity\r
-    : template_arity_impl< ::boost::mpl::aux::has_rebind<F>::value >\r
-        ::template result_<F>\r
-{\r
-};\r
-\r
-}}}\r
-\r
+
+// Copyright Aleksey Gurtovoy 2001-2004
+//
+// 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)
+//
+
+// *Preprocessed* version of the main "template_arity.hpp" header
+// -- DO NOT modify by hand!
+
+namespace boost { namespace mpl { namespace aux {
+
+template< bool >
+struct template_arity_impl
+{
+    template< typename F > struct result_
+        : mpl::int_< -1 >
+    {
+    };
+};
+
+template<>
+struct template_arity_impl<true>
+{
+    template< typename F > struct result_
+        : F::arity
+    {
+    };
+};
+
+template< typename F >
+struct template_arity
+    : template_arity_impl< ::boost::mpl::aux::has_rebind<F>::value >
+        ::template result_<F>
+{
+};
+
+}}}
+