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
```c++
template <typename T>
class BufferedReader {
//contents
// --contents--
};
typedef BufferedReader<int> BufferedReader_Int;
......
......