
Silex wrote:
No one cares about this ?
You guys noticed the two macro were different right ? (the 2nd have one _ more than the 1st).
I saw it and fixed it in both the mainline and the RC branch. The thing is if it's included multiple times the result is a no-op not a linker error. Look carefully at the code in the file and you'll see why. Jeff
Philippe
On 5/22/06, Silex <silex0r@gmail.com> wrote:
In compiler_config.hpp, I found the following line:
#include "boost/date_time/locale_config.hpp"
Maybe it'd be more conventionnal if it used <> instead of "" but that's a minor issue, the problem is when I open this include file I see :
#ifndef DATE_TIME_LOCALE_CONFIG_HPP___ #define DATE_TIME_LOCALE_CONFIG_HPP____
This could maybe lead to linker errors as multiple inclusions could occurs.