User profile: tomkulaga

User info
User name:tomkulaga
History
Joined:
Number of posts:5
Latest posts:

unique_ptr and template
Ahh yes, dynamic only goes between inherited types, overlooked that. Would a reinterpret cast naivel...

unique_ptr and template
Thanks for that. Would an std::move be used somehow? I was confused with the wrapped typed influen...

unique_ptr and template
Yup that works perfect. [output]Compilation error time: 0 memory: 3432 signal:0 prog.cpp: In funct...

unique_ptr and template
Thanks for the quick reply. something like this? [code] std::cout << v[0]->x << " then " << v[1]-...

unique_ptr and template
Quick question: [code]#include <iostream> #include <vector> #include <memory> struct Base { ...

This user does not accept Private Messages