cmake HAVE_USING_OPERATOR examples

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)

ucla-vision/xivo thirdparty/glog/CMakeLists.txt :387

else (HAVE_USING_OPERATOR)

ucla-vision/xivo thirdparty/glog/CMakeLists.txt :389

endif (HAVE_USING_OPERATOR)

chatopera/clause thirdparty/glog/CMakeLists.txt :181

check_cxx_source_compiles ("
#include <iostream>
std::ostream& operator<<(std::ostream&, struct s);
using ::operator<<;
int main() { }
" HAVE_USING_OPERATOR)

chatopera/clause thirdparty/glog/CMakeLists.txt :350

else (HAVE_USING_OPERATOR)

chatopera/clause thirdparty/glog/CMakeLists.txt :352

endif (HAVE_USING_OPERATOR)

feelpp/feelpp feelpp/contrib/glog/CMakeLists.txt :182

check_cxx_source_compiles ("
#include <iostream>
std::ostream& operator<<(std::ostream&, struct s);
using ::operator<<;
int main() { }
" HAVE_USING_OPERATOR)

feelpp/feelpp feelpp/contrib/glog/CMakeLists.txt :319

else (HAVE_USING_OPERATOR)

feelpp/feelpp feelpp/contrib/glog/CMakeLists.txt :321

endif (HAVE_USING_OPERATOR)

ByConity/ByConity contrib/glog-cmake/CMakeLists.txt :79

else (HAVE_USING_OPERATOR)

ByConity/ByConity contrib/glog-cmake/CMakeLists.txt :81

endif (HAVE_USING_OPERATOR)