Closed GoogleCodeExporter closed 9 years ago
Could you please send questions to the discussion group? That way they can be
handled more promptly and more people can help you. Thanks.
No, we don't plan to implement tuple ourselves. tuple is a standard type, so
implementing it ourselves is undefined behavior, and could conflict with the
standard
tuple library the user may already use. Since tuple is in gmock's public API,
we
don't want to use a different type name either.
Original comment by zhanyong...@gmail.com
on 9 Feb 2009 at 7:39
I changed my mind. :-)
We are implementing a subset of tr1 tuple needed by googlemock now.
Original comment by zhanyong...@gmail.com
on 12 Jun 2009 at 12:42
Original comment by zhanyong...@gmail.com
on 17 Jun 2009 at 11:17
Original issue reported on code.google.com by
billdavi...@gmail.com
on 9 Feb 2009 at 3:02