www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Documentation for assumeUnique

reply bachmeier <no spam.net> writes:
I filed a bug on this several weeks ago. Can someone tell me what 
is wrong in the source so that I can fix it? It is almost 
certainly trivial, but I don't see it.

You can see the messed up documentation here:
https://dlang.org/library/std/exception/assume_unique.html
May 07 2018
parent reply Seb <seb wilzba.ch> writes:
On Monday, 7 May 2018 at 15:32:56 UTC, bachmeier wrote:
 I filed a bug on this several weeks ago. Can someone tell me 
 what is wrong in the source so that I can fix it? It is almost 
 certainly trivial, but I don't see it.

 You can see the messed up documentation here:
 https://dlang.org/library/std/exception/assume_unique.html
Fix: https://github.com/dlang/dlang.org/pull/2364
May 08 2018
parent Bastiaan Veelo <Bastiaan Veelo.net> writes:
On Tuesday, 8 May 2018 at 14:35:15 UTC, Seb wrote:
 On Monday, 7 May 2018 at 15:32:56 UTC, bachmeier wrote:
 You can see the messed up documentation here:
 https://dlang.org/library/std/exception/assume_unique.html
Fix: https://github.com/dlang/dlang.org/pull/2364
Nice. Note: The [Edit|Run|Open in IDE] buttons that result from that macro render differently from unittest examples.
May 09 2018