about summary refs log tree commit diff stats
path: root/histogram.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-05-29 21:01:07 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-05-29 21:01:07 -0400
commitaccbd7647de118cca7503a1bf0992529a0a76df8 (patch)
tree0ba1cb8105a21472d0b3beacd0aca699ff9c7ad1 /histogram.cpp
parent4d217ac6122120d9e86248432594864e114e3a46 (diff)
downloadrawr-ebooks-accbd7647de118cca7503a1bf0992529a0a76df8.tar.gz
rawr-ebooks-accbd7647de118cca7503a1bf0992529a0a76df8.tar.bz2
rawr-ebooks-accbd7647de118cca7503a1bf0992529a0a76df8.zip
Newlines, colons, and semicolons are now valid terminators
Diffstat (limited to 'histogram.cpp')
-rw-r--r--histogram.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/histogram.cpp b/histogram.cpp index 6d31cf4..77c5c3e 100644 --- a/histogram.cpp +++ b/histogram.cpp
@@ -1,4 +1,5 @@
1#include "histogram.h" 1#include "histogram.h"
2#include "kgramstats.h"
2#include <cstdlib> 3#include <cstdlib>
3#include <iostream> 4#include <iostream>
4 5
@@ -42,3 +43,4 @@ void histogram<T>::print() const
42} 43}
43 44
44template class histogram <std::string>; 45template class histogram <std::string>;
46template class histogram <rawr::terminator>;