Search:

Type: Posts; User: danath

Search: Search took 0.00 seconds.

  1. Thanks. Another good news. Do you know which...

    Thanks. Another good news.

    Do you know which compiler is supporting this?
  2. yes, I just built gcc 4.4.1 (quite smooth to...

    yes, I just built gcc 4.4.1 (quite smooth to build it with gcc 4.4.0, but toooo long time) and it worked to compile above syntax, good news to me.
  3. Thanks, anon. Your suggestion should be...

    Thanks, anon.

    Your suggestion should be workable, but when the compiler sees an ini list ({...}), it will store it into an object of std::initializer_list, so to change this behavior the client...
  4. how to initialize std::array with std::initializer_list in C++0x?

    Hi,

    I am studying C++0x with gcc 4.4.0 these days.

    Here I need to initialize a std::array object within a function which has a parameter of type std::initializer_list, as below:


    ...
Results 1 to 4 of 4