From 50b89841463d7724e7e20dad19da8bd61d49a06c Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 5 Sep 2012 21:23:44 +0000 Subject: Bu::StdStream can be set to print to stderror now, and sio.h now declares serr and serrRaw. Also, they are now StreamStacks, which means you can change what type of stream they read/write to, and also add filters. --- src/tests/print.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tests') diff --git a/src/tests/print.cpp b/src/tests/print.cpp index 7d55554..7a2fab2 100644 --- a/src/tests/print.cpp +++ b/src/tests/print.cpp @@ -8,6 +8,8 @@ int main() arg("totally").arg( 47.2 ); Bu::println("This is unsubstituted?"); + Bu::serr << "This is error text." << Bu::serr.nl; + return 0; } -- cgit v1.2.3