Export ?
Jonathan M Davis
jmdavisProg at gmx.com
Tue Apr 10 10:44:43 PDT 2012
On Tuesday, April 10, 2012 19:36:06 deadalnix wrote:
> On this newsgroup with Jonathan M Davis, we started discussing export.
> As it was off topic, and as it was interesting, I wish to bring it here.
>
> As most of you know, all symbol on posix systems are export, but not on
> windows. As D have an export keyword, the question is what to do with it.
>
> The need for change in the UNIX world of this behavior exists, and some
> move has been made in direction of explicitly hiding symbols ( see
> http://gcc.gnu.org/wiki/Visibility ).
As I said in the other thread, I _hate_ export. It's one of Windows largest
misfeatures IMHO. It drives me nuts when I have to deal with it in C++. The
fact that Linux exports everything is _fantastic_. It's so much easier to deal
with. I'd _hate_ to see Linux or anything we do move in the direction of what
Windows has done.
- Jonathan M Davis
More information about the Digitalmars-d
mailing list