[Python-Dev] long long configuration
David Abrahams
David Abrahams" <david.abrahams@rcn.com
Fri, 12 Jul 2002 13:37:35 -0400
From: "Tim Peters" <tim.one@comcast.net>
> [David Abrahams]
> > Just addressing the <0.1 wink> you left out: even if I get the include
> > order "right", my users are still screwed if they don't do it the
> > same way.
>
> Give them a pythonboost.h instead that contains the includes in the right
> order, or make your boost.h smarter, or ...
You fixed the LONGLONG_MAX stuff already, so I don't think there's anything
to discuss here, is there? None of my code is confused by HAVE_LONG_LONG.
-Dave