]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/strings.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / strings.hpp
index 06a6e928c8651ee31874ee12907cc3e80e4c0c00..dba420e02b10de80cb619589ec3466d3d79717ee 100644 (file)
@@ -1,30 +1,30 @@
-#ifndef STLPLUS_STRINGS\r
-#define STLPLUS_STRINGS\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-//   Author:    Andy Rushton\r
-//   Copyright: (c) Southampton University 1999-2004\r
-//              (c) Andy Rushton           2004-2009\r
-//   License:   BSD License, see ../docs/license.html\r
-\r
-//   Header for including the whole strings library in one go\r
-\r
-//   The strings library prints C and C++ types into a std::string\r
-\r
-//   - it extends the numeric presentation of integers to include any radix from 2 - 36\r
-//   - it allows the printing of data structures - useful for diagnostic dumps\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-#include "string_utilities.hpp"\r
-\r
-#include "string_basic.hpp"\r
-#include "string_stl.hpp"\r
-#include "string_stlplus.hpp"\r
-\r
-#include "print_basic.hpp"\r
-#include "print_stl.hpp"\r
-#include "print_stlplus.hpp"\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#endif\r
+#ifndef STLPLUS_STRINGS
+#define STLPLUS_STRINGS
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   Header for including the whole strings library in one go
+
+//   The strings library prints C and C++ types into a std::string
+
+//   - it extends the numeric presentation of integers to include any radix from 2 - 36
+//   - it allows the printing of data structures - useful for diagnostic dumps
+
+////////////////////////////////////////////////////////////////////////////////
+
+#include "string_utilities.hpp"
+
+#include "string_basic.hpp"
+#include "string_stl.hpp"
+#include "string_stlplus.hpp"
+
+#include "print_basic.hpp"
+#include "print_stl.hpp"
+#include "print_stlplus.hpp"
+
+////////////////////////////////////////////////////////////////////////////////
+#endif
This page took 0.023264 seconds and 4 git commands to generate.