ucla-vision/xivo
thirdparty/glog/CMakeLists.txt
:204
check_cxx_source_compiles ("
#include <iostream>
std::ostream& operator<<(std::ostream&, struct s);
using ::operator<<;
int main() { }
" HAVE_USING_OPERATOR)