30 Oct
2012
30 Oct
'12
1:46 p.m.
On 30-10-2012 11:20, mark pashley wrote:
Not had a chance to try it on any other compilers yet ( I haven't got anything else available at work).
Here is the entire example if anyone is interested in trying it on another compiler...
you store unsigned int in your container, but use signed int in list_of. Could that interfere? Could you try to use u suffix on the literals? (or the first literal in each list_of expression, because this is where the type is deduced) -Thorsten