gunmetalbackupgooglecode / googlemock

Automatically exported from code.google.com/p/googlemock
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

need action ReturnPointee(p) #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This action is generally useful:

  ACTION_P(ReturnPointee, p) { return *p; }

We should add it to gmock.

Original issue reported on code.google.com by zhanyong...@gmail.com on 12 Nov 2009 at 10:15

GoogleCodeExporter commented 9 years ago
Fixed in r306.

Original comment by w...@google.com on 3 Jul 2010 at 12:17