From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-07-09 07:07:07


From: "David B. Held" <dheld_at_[hidden]>
> I would like to see the following changes in detail/lwm_win32.hpp:
> (this isn't a real patch, as I don't have diff on this machine)
>
> ...
> #include <boost/detail/winapi.hpp>
>
> +#ifdef __BORLANDC__
> +# pragma warn -8027 // Functions containing while are not expanded
> inline
> +#endif

Done, thanks.