Normalize file writes
This commit is contained in:
committed by
Patrick Niklaus
parent
e705ff16e3
commit
c7fc36a61b
@@ -284,7 +284,7 @@ class FileWriter
|
||||
}
|
||||
}
|
||||
|
||||
template <typename T> void WriteFrom(const T &target) { WriteFrom(&target, 1); }
|
||||
template <typename T> void WriteFrom(const T &src) { WriteFrom(&src, 1); }
|
||||
|
||||
template <typename T> void WriteOne(const T tmp) { WriteFrom(tmp); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user