1
0

cmake-ostringstream-use-cmstrcat.cxx 108 B

12345678910
  1. #include <sstream>
  2. void check()
  3. {
  4. std::ostringstream test;
  5. }
  6. void check2(std::ostringstream& test2)
  7. {
  8. }