Sign in
qemu
/
meson
/
344a97e08a695af40ec77e439582ffdc06154f21
/
.
/
test cases
/
cmake
/
13 system includes
/
subprojects
/
cmMod
/
cmMod.cpp
blob: 1eaf0cf31f22c6011b932d530f57274479bb1925 [
file
] [
log
] [
blame
]
#include
"cmMod.hpp"
#include
"triggerWarn.hpp"
using
namespace
std
;
cmModClass
::
cmModClass
(
string foo
)
{
str
=
foo
+
" World "
+
to_string
(
bar
(
World
));
}
string cmModClass
::
getStr
()
const
{
return
str
;
}