Closed Glog78 closed 7 years ago
Hi, I'm not very familiar with c++ shared_ptr class.
When I'm trying your code, there are some errors.
It says shared_ptr is not defined, and I 've added "#include
For the hello::
completion.
I guess hello is an class instance, how could it produce any completion for ::
operator?
When I'm using .
, it works fine:
And after I define an ptr instance inside ups class, It will produce completion results.
Here is a small example ->
https://pastebin.com/17Kuwg71
hello:: doesn't bring up a completition even the the typedef is defined. hello. does work even i need to do a compile (a save wasn't enough)