ww5 created page: build instructions authored by Wieselquist, William's avatar Wieselquist, William
...@@ -53,7 +53,7 @@ A strict camel case would have this reader be named ``BufferedIntReader`` or ``I ...@@ -53,7 +53,7 @@ A strict camel case would have this reader be named ``BufferedIntReader`` or ``I
```c++ ```c++
template <typename T> template <typename T>
class BufferedReader { class BufferedReader {
//contents // --contents--
}; };
typedef BufferedReader<int> BufferedReader_Int; typedef BufferedReader<int> BufferedReader_Int;
... ...
......