mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@12049 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d46d4476fc
commit
97ace1c971
2 changed files with 3 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -6,3 +6,6 @@ uses
|
|||
file
|
||||
One.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue