mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
11 lines
108 B
C++
11 lines
108 B
C++
#include <sstream>
|
|
|
|
void check()
|
|
{
|
|
std::ostringstream test;
|
|
}
|
|
|
|
void check2(std::ostringstream& test2)
|
|
{
|
|
}
|