27 Aug
2005
27 Aug
'05
3:09 p.m.
On Fri, 26 Aug 2005 16:57:52 -0600, Jonathan Turkanis wrote
tonton wrote:
This simple test fails to compile with gcc 4.0.1 (or 4.0.2, it's the debian unstable version) and boost 1.33.0 if the date_time include is uncommented.
Is there any known incompatibility between the two libraries ?
This appears to be the GCC 4.0 + SFINAE + anonymous enum problem discussed in this thread: http://lists.boost.org/Archives/boost/2005/08/91958.php.
This thread discusses vc7.1 -- not sure I see the connection unless you are saying gcc 4 has the same problem?
I'd guess that Date_Time is using anonymous enum (directly or indirectly)
It's indirect... Jeff