Home | History | Annotate | Download | only in gtest

Lines Matching full:tuple

233 ### Choosing a TR1 Tuple Library ###
236 tuple library, which is not yet available with all compilers. The
237 good news is that Google Test implements a subset of TR1 tuple that's
239 compiler doesn't provide TR1 tuple.
241 Usually you don't need to care about which tuple library Google Test
242 uses. However, if your project already uses TR1 tuple, you need to
243 tell Google Test to use the same TR1 tuple library the rest of your
244 project uses, or the two tuple implementations will clash. To do
250 you want to force Google Test to use its own tuple library, just add
256 If you don't want Google Test to use tuple at all, add
260 and all features using tuple will be disabled.
349 tuple library. See the instructions in section "Choosing a TR1 Tuple