.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@12049 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-07-06 08:03:43 +00:00
parent 6f8d337202
commit f7dba90f2c
2 changed files with 3 additions and 5 deletions

View file

@ -18,11 +18,6 @@ CONSOLE_APP_MAIN
s.Create<FileIn>(fn);
DumpFile(s);
}
{
MakeOne<FileIn> in(fn);
One<Stream> s = pick(in);
DumpFile(s);
}
{
One<Stream> s = MakeOne<FileIn>(fn);
DumpFile(s);

View file

@ -6,3 +6,6 @@ uses
file
One.cpp;
mainconfig
"" = "";