
22 May
2006
22 May
'06
8:17 a.m.
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. Philippe