forked from boostorg/bind
Attempt to work around Sun C++ 6u2 problem
[SVN r11671]
This commit is contained in:
@@ -715,9 +715,9 @@ template<class R, class F, class L> struct add_value< bind_t<R, F, L> >
|
|||||||
|
|
||||||
#else
|
#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
|
template<class T> struct inner
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user