Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Utilities/ClangTidyModule/Tests/cmake-ostringstream-use-cmstrcat.cxx
3153 views
#include <sstream>

void check()
{
  std::ostringstream test;
}

void check2(std::ostringstream& test2)
{
}