Merged revisions 41002-41010 via svnmerge from

https://svn.boost.org/svn/boost/trunk

........
  r41006 | agurtovoy | 2007-11-10 18:25:35 -0800 (Sat, 10 Nov 2007) | 1 line
  
  Repoint old CVS links to SVN (patch by Niko Demmel)
........
  r41007 | johnmaddock | 2007-11-11 06:05:50 -0800 (Sun, 11 Nov 2007) | 2 lines
  
  Added static assertion to catch use of long double function overloads when BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is defined.
  Made sure that if BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is defined, then no long double overloads are actually instantiated by the tests.
........
  r41008 | t_schwinger | 2007-11-11 09:56:21 -0800 (Sun, 11 Nov 2007) | 3 lines
  
  removes superfluous remove_reference in result computation, as reported by Eric Niebler
........
  r41009 | lbourdev | 2007-11-11 10:25:39 -0800 (Sun, 11 Nov 2007) | 3 lines
  
  GIL: Minor fix to tiff_io
........


[SVN r41011]
This commit is contained in:
Eric Niebler
2007-11-11 18:29:21 +00:00
parent 2121eb5191
commit 01b846d479

View File

@ -114,8 +114,7 @@ namespace boost { namespace fusion
typedef typename boost::result_of<
#define M(z,j,data) \
typename boost::remove_reference< \
typename result_of::at_c<Sequence,j>::type >::type
typename result_of::at_c<Sequence,j>::type
Function (BOOST_PP_ENUM(N,M,~)) >::type result_type;
#undef M