diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-12-18 15:32:37 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-12-18 15:32:37 +0000 |
commit | 038815ae3a019ac56fa1c62e18c5861166d3a975 (patch) | |
tree | 816352148be5593f43c746062657849212bdc55e /src/stdstream.h | |
parent | 146930268a695dcc0432599d625ec3eb7e74025e (diff) | |
download | libbu++-038815ae3a019ac56fa1c62e18c5861166d3a975.tar.gz libbu++-038815ae3a019ac56fa1c62e18c5861166d3a975.tar.bz2 libbu++-038815ae3a019ac56fa1c62e18c5861166d3a975.tar.xz libbu++-038815ae3a019ac56fa1c62e18c5861166d3a975.zip |
Wow, cool, Bu::Formatter can read all the basic types now, (int, float, bool,
char, etc.) and OptParser totally works. I have one last change to make to it,
which is using the return value of signal type options to determine weather or
not the option took a parameter at all, especially in the case of short options.
Diffstat (limited to '')
-rw-r--r-- | src/stdstream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdstream.h b/src/stdstream.h index 1bde088..6de1e8c 100644 --- a/src/stdstream.h +++ b/src/stdstream.h | |||
@@ -9,7 +9,6 @@ | |||
9 | #define BU_STD_STREAM_H | 9 | #define BU_STD_STREAM_H |
10 | 10 | ||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | #include <stdio.h> | ||
13 | #include "stream.h" | 12 | #include "stream.h" |
14 | 13 | ||
15 | namespace Bu | 14 | namespace Bu |