|
|
|
|
|
by shultays
1778 days ago
|
|
And then you have the issue of not having types. consider this void my_bar_class_type::bar(my_bar_type<my_bar_type_2>::my_bar_inside_type paramater);
and you are calling something like myObject->bar(mySecondObject.getWhatever());
You have to mock up like everything |
|