Boost logo

Boost :

Subject: Re: [boost] Visual Studio 2010 Template Limits
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2010-05-17 18:06:18


[Daniel Larimer]
> I have written some code that makes heavy use of templates and which
> compiles just fine using g++; however, when I recently tried to compile the
> code in VC++ 2010 I got a fatal error C1063: compiler limit : compiler stack
> overflow.

If you send a self-contained test case to me (ideally a single source file and a command line to compile it like cl /EHsc /nologo /W4 meow.cpp), I'll file a compiler bug for you. (Using Boost is okay, but if you have a test case that doesn't use Boost, that's even better.)

You can also file bugs yourself. Follow the instructions at http://blogs.msdn.com/vcblog/archive/2009/11/10/steps-to-open-actionable-bugs.aspx .

Thanks,
Stephan T. Lavavej
Visual C++ Libraries Developer


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk