X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fstlplus%2Fstrings%2Fprint_vector.tpp;h=ef71bdc61f05d05b68b996cc0f8c0ed5cc241e5c;hp=102cfd2ed48ad34841156b17c04ad4b5409fc3b7;hb=5846afb00833cc72fe72422ca896d2387c712cb4;hpb=a97500609dc3c1b11f9786d32bc458eb00de4c36 diff --git a/src/stlplus/strings/print_vector.tpp b/src/stlplus/strings/print_vector.tpp index 102cfd2..ef71bdc 100644 --- a/src/stlplus/strings/print_vector.tpp +++ b/src/stlplus/strings/print_vector.tpp @@ -1,22 +1,22 @@ -//////////////////////////////////////////////////////////////////////////////// - -// Author: Andy Rushton -// Copyright: (c) Southampton University 1999-2004 -// (c) Andy Rushton 2004-2009 -// License: BSD License, see ../docs/license.html - -//////////////////////////////////////////////////////////////////////////////// -#include "print_sequence.hpp" - -namespace stlplus -{ - - template - void print_vector(std::ostream& device, const std::vector& values, - S print_fn, - const std::string& separator) - { - print_sequence(device, values.begin(), values.end(), print_fn, separator); - } - -} // end namespace stlplus +//////////////////////////////////////////////////////////////////////////////// + +// Author: Andy Rushton +// Copyright: (c) Southampton University 1999-2004 +// (c) Andy Rushton 2004-2009 +// License: BSD License, see ../docs/license.html + +//////////////////////////////////////////////////////////////////////////////// +#include "print_sequence.hpp" + +namespace stlplus +{ + + template + void print_vector(std::ostream& device, const std::vector& values, + S print_fn, + const std::string& separator) + { + print_sequence(device, values.begin(), values.end(), print_fn, separator); + } + +} // end namespace stlplus