On Friday, May 31, 2013 23:26:19 Anthony Goins wrote: > To create a shared object you need shared this ctor. > > immutable this() for immutable, > > and const this() for const. > > Check out the change log. #2 on the list. Either that or you create it as thread-local and cast to shared. - Jonathan M Davis