.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 d46d4476fc
commit 97ace1c971
2 changed files with 3 additions and 5 deletions

View file

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

View file

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