User profile: lostwithcpp

User info
User name:lostwithcpp
History
Joined:
Number of posts:48
Latest posts:

Declaring an initializer class list with classes that are circular dependent
Thanks, it's interesting how you didn't use a default constructor, that's the only thing that makes ...

Declaring an initializer class list with classes that are circular dependent
I've really tried to make this work without using pointers. I want to create a shared class wher...

Trouble with seeing where variable is initialized?
[quote]Basically, foo<wrapper<int>> and wrapper are "aggregates" because all data members are public...

Trouble with seeing where variable is initialized?
Hello, This question is in regards to the initialization of the variable [code]value_type value;[/...

How to find the Type of a struct that is passed as an argument and the template arguments for a lambda function?
thanks for all the help