1 Mar
2017
1 Mar
'17
9:46 a.m.
Andrey Semashev wrote:
D:\bamboo_build_dir\SW-BCB108-VC2012W64\library\boost/smart_ptr/allocate_shared_array.hpp(355) : error C2059: syntax error : ')'
This code looks correct to me. I can only guess what the compiler is complaining about. Maybe it thinks the operator `<` is an opening angle brace for template parameters.
That's it. This is the minimal test:
template<class T> struct value
{
};
#include