template <typename C>

struct IsRecursiveContainerImpl

Defined at line 962 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h

Since the IsRecursiveContainerImpl depends on the IsContainerTest we need to

obey the same inconsistencies as the IsContainerTest, namely check if

something is a container is relying on only const_iterator in C++11 and

is relying on both const_iterator and iterator otherwise