Re: Help me write "saveAll"

2012-12-21 Thread Timon Gehr
On 12/21/2012 06:01 PM, monarch_dodra wrote: There are a lot of algorithms in std.algorithm that operate on "foo(Range, Needles...)(Range range, Needles needles)". Needles can be anything, in particular, either an "element" or a "range". The thing is that every now and then, you want to save th

Re: Help me write "saveAll"

2012-12-21 Thread monarch_dodra
On Friday, 21 December 2012 at 20:38:34 UTC, Joshua Niehus wrote: On Friday, 21 December 2012 at 17:01:14 UTC, monarch_dodra wrote: There are a lot of algorithms in std.algorithm that operate on "foo(Range, Needles...)(Range range, Needles needles)". Needles can be anything, in particular, eit

Re: Help me write "saveAll"

2012-12-21 Thread Joshua Niehus
On Friday, 21 December 2012 at 17:01:14 UTC, monarch_dodra wrote: There are a lot of algorithms in std.algorithm that operate on "foo(Range, Needles...)(Range range, Needles needles)". Needles can be anything, in particular, either an "element" or a "range". The thing is that every now and t

Re: Help me write "saveAll"

2012-12-21 Thread monarch_dodra
On Friday, 21 December 2012 at 17:27:32 UTC, H. S. Teoh wrote: On Fri, Dec 21, 2012 at 06:01:13PM +0100, monarch_dodra wrote: There are a lot of algorithms in std.algorithm that operate on "foo(Range, Needles...)(Range range, Needles needles)". Needles can be anything, in particular, either an

Re: Help me write "saveAll"

2012-12-21 Thread H. S. Teoh
On Fri, Dec 21, 2012 at 06:01:13PM +0100, monarch_dodra wrote: > There are a lot of algorithms in std.algorithm that operate on > "foo(Range, Needles...)(Range range, Needles needles)". > > Needles can be anything, in particular, either an "element" or a > "range". > > The thing is that every now

Help me write "saveAll"

2012-12-21 Thread monarch_dodra
There are a lot of algorithms in std.algorithm that operate on "foo(Range, Needles...)(Range range, Needles needles)". Needles can be anything, in particular, either an "element" or a "range". The thing is that every now and then, you want to save the entirety of (the ranges) inside needles.

Re: MS ODBC encoding issue

2012-12-21 Thread Regan Heath
On Wed, 19 Dec 2012 06:33:16 -, Sam Hu wrote: On Monday, 10 December 2012 at 14:43:08 UTC, Regan Heath wrote: > Ahh, of course. Now I'm having linking issues :p I'm using VisualD and I've added odbc32.lib to the right place, but some symbols are still missing - specifically the W versi

Re: static code generation

2012-12-21 Thread r_m_r
On 12/21/2012 10:30 AM, r_m_r wrote: http://wiki.dlang.org/Combining_Structs) the link should be: http://wiki.dlang.org/Combining_structs regards, r_m_r