Search:

Type: Posts; User: Mozza314

Search: Search took 0.01 seconds.

  1. Interestingly, g++4.4.5, g++4.5 accept the...

    Interestingly, g++4.4.5, g++4.5 accept the assignment using the initializer list, but g++4.6 does not. Just goes to show C++0x support is experimental. To clarify, this is the code I'm talking about:...
  2. I am surprised that this works at all in C++0x....

    I am surprised that this works at all in C++0x. As far as I know initializer lists are only available during initialization, the idea that you can assign to an initializer list is new to me. I'd like...
Results 1 to 2 of 2