$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] operator+ and void*: differences between g++ and msvc
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-06-17 13:46:24
> I suppose using -pedantic-errors would do what you want.
Thank you, that worked fine.
> Anyway, what does this have to do with Boost development?
I implement type traits for boost that can detect if operators exists.
This has to be conformant to the standard.
Frédéric