On 2/17/15 12:59 AM, Martin Nowak wrote:
On Sunday, 15 February 2015 at 21:38:17 UTC, Vladimir Panteleev wrote:
I'm not sure if, for the case of extensions adopted by multiple
platforms, it makes sense to force users to import each platform's
module. Was creating a separate module with shared POSIX extensions
considered?
I'm not sure either. We try to be strict to avoid inadvertent porting
issues, but MAP_ANON is supported on so many platforms that we might
just leave it in posix.
I'd be okay with that. Anyhow it's important we remove the deprecation
message from Phobos itself.
Andrei