Lines Matching full:tuple
115 Choosing a TR1 Tuple Library
118 tuple library, which is not yet widely available with all compilers.
119 The good news is that Google Test implements a subset of TR1 tuple
121 the compiler doesn't provide TR1 tuple.
123 Usually you don't need to care about which tuple library Google Test
124 uses. However, if your project already uses TR1 tuple, you need to
125 tell Google Test to use the same TR1 tuple library the rest of your
128 the two tuple implementations will clash. To do that, add
134 If you don't want Google Test to use tuple at all, add
138 to the compiler flags. All features using tuple will be disabled in