region: style

This commit is contained in:
Danny Robson 2024-11-08 14:38:00 +10:00
parent 1ae19b9c65
commit 16729c6f8b

View File

@ -401,5 +401,6 @@ namespace cruft {
///////////////////////////////////////////////////////////////////////////
template <size_t S, typename T>
std::ostream& operator<< (std::ostream&, const cruft::region<S,T>&);
std::ostream&
operator<< (std::ostream&, const cruft::region<S,T>&);
}