Subject: Re: [boost] [config] explicit call of operator templates / msvc bug workaround
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2010-05-29 14:53:07


On 29.05.2010 21:38, Stefan Strasser wrote:
> Hi,
>
> is there already a macro in Boost.Config that allows you to insert the
> "template" keyword in the following code for those compilers that
> require it?

BOOST_NESTED_TEMPLATE?

FWIW, why not always follow the standard syntax (that is, with the
'template' keyword)? This macro was introduced for some ancient
compilers that didn't support the standard syntax.