User: stav

  • Public profile

User profile: stav

User info
User name:stav
History
Joined:
Number of posts:186
Latest posts:

initializer cannot be of abstract type
i figured maybe i should post what im actually trying to achieve with this: Basically im trying to w...

initializer cannot be of abstract type
[quote]you can also make it not abstract, by providing the method bodies (they can still be virtual ...

initializer cannot be of abstract type
Hello friends, i have the following code: [code] struct Foo { virtual void Pure() = 0; }; templat...

storing / accessing variadic template arguments passed via constructor
Say i have a class like this: [code] class Parser { public: template<class... Args> Parser(A...

container of container of incomplete type: UB or ok?
just to rephrase i meant the incomplete type is only incomplete at the instantiation of the pair & v...

This user does not accept Private Messages