
11 Sep
2009
11 Sep
'09
11:22 p.m.
AMDG Emil Dotchevski wrote:
On Fri, Sep 11, 2009 at 4:04 PM, Steven Watanabe <watanabesj@gmail.com> wrote:
It isn't quite as fine-grained as msvc's mechanism, but you can use #pragma GCC system_header It seems to handle templates okay in recent versions.
I was wondering if the GCC pragma works well. If it really does, why not just add it in boost/config and be done with it. :)
As I understand it, the pragma operates only on the header it's in, so I don't see how it can easily be factored out. In Christ, Steven Watanabe