queue container?

Jonathan M Davis jmdavisProg at gmx.com
Wed Oct 26 14:24:50 PDT 2011


On Wednesday, October 26, 2011 13:54 Gor Gyolchanyan wrote:
> Yes you can. You can mark functions as synchronized as long as they're
> shared. and you can mark functions shared regardless whether the
> class/struct is shared or not.

The compiler may currently allow it, but per TDPL, it's not legal. So, 
eventually, that's the way the compiler is going to work unless someone can 
come up with a really good counter-argument.

- Jonathan M Davis


More information about the Digitalmars-d mailing list