Kristian Ivarsson

Results 4 comments of Kristian Ivarsson

I'd love to help out, but time is limited right now It looks like you should be able to do `set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded")` somewhere Note, some CMAKE-versions seems to have a...

Yes, I guess RVO is applied in the former construct, but the observable behaviour should be the same in the latter case I'm not sure if users always have the...

I looked a bit more into this @sndth When using brace-initialization, the `basic_node(initializer_list_t init)` c-tor is (naturally) invoked as well. Removing that c-tor make things work as expected. Maybe there's...

Okey, cool I will try it out someday (hopefully soon) Using braces for initialization is called _Uniform Initialization_ and is not only meant for collections (according to the standard)