Lines Matching full:tuple
239 ### Choosing a TR1 Tuple Library ###
241 Google Mock uses the C++ Technical Report 1 (TR1) tuple library
242 heavily. Unfortunately TR1 tuple is not yet widely available with all
244 subset of TR1 tuple that's enough for Google Mock's need. Google Mock
246 provide TR1 tuple.
248 Usually you don't need to care about which tuple library Google Test
249 and Google Mock use. However, if your project already uses TR1 tuple,
250 you need to tell Google Test and Google Mock to use the same TR1 tuple
251 library the rest of your project uses, or the two tuple
258 their own tuple library, just add
264 If you want to use Boost's TR1 tuple library with Google Mock, please
284 tuple library. See the instructions in section "Choosing a TR1 Tuple