1
0
forked from boostorg/bind

Attempt to work around Sun C++ 6u2 problem

[SVN r11671]
This commit is contained in:
Peter Dimov
2001-11-13 19:07:25 +00:00
parent 7776c66ffd
commit 19d71a71f2

View File

@@ -715,9 +715,9 @@ template<class R, class F, class L> struct add_value< bind_t<R, F, L> >
#else
template<int I> struct _avt_0;
// template<int I> struct _avt_0;
template<> struct _avt_0<1>
template<int I> struct _avt_0 // <1>
{
template<class T> struct inner
{