November 15, 2009 General » Re: D library projects | |||
|---|---|---|---|
| |||
...instead of implements. You wrote : Able to swap out underlying implementation of a container, or... | |||
November 13, 2009 General » Re: @safe leak fix? | |||
|---|---|---|---|
| |||
...to be very hard for functions like swap. Simplifications are possible, but like I said... | |||
November 13, 2009 General » Re: @safe leak fix? | |||
|---|---|---|---|
| |||
...int b)
{
swap(a, b); // uses references to local variables, what if swap stores a... | |||
November 13, 2009 General » The AMD Advanced Synchronization Facility (ASF) - perhaps of interest to the D programming community ? | |||
|---|---|---|---|
| |||
...practical with traditional techniques based on compare-swap instructions such as CMPXCHG16B. ASF code can... | |||
November 01, 2009 General » module hijacking | |||
|---|---|---|---|
| |||
...std.algorithm; void main(){int a, b;swap(a,b);}' >main.d
dmd main
The... | |||
October 31, 2009 General » Re: C'tors from templates | |||
|---|---|---|---|
| |||
...placement new in Phobos. std.algorithm offers swap and move, but we need some more... | |||
October 15, 2009 General » Re: dmd support for IDEs | |||
|---|---|---|---|
| |||
...changing my editor config (moving vim's swap file to a local dir made the... | |||
October 11, 2009 Issues » [Issue 2928] Swap order of paramaters for std.range's "take" | |||
|---|---|---|---|
| |||
http://d.puremagic.com/issues/show_bug.cgi?id=2928 Andrei Alexandrescu <andrei@metalanguage.com... | |||
October 02, 2009 General » Re: restructuring name hiding around the notion of hijacking | |||
|---|---|---|---|
| |||
...Objective-C interface (so the bridge can swap between the Objective-C and D value... | |||
September 02, 2009 Issues » [Issue 2998] ICE(expression.c) with floating point enum | |||
|---|---|---|---|
| |||
...should be done BEFORE the cast. Just swap the order. Otherwise, constfold functions such as... | |||
Copyright © 1999-2021 by the D Language Foundation