strings/print_address.hpp
#ifndef STLPLUS_PRINT_ADDRESS
#define STLPLUS_PRINT_ADDRESS
////////////////////////////////////////////////////////////////////////////////
// Author: Andy Rushton
// Copyright: (c) Southampton University 1999-2004
// (c) Andy Rushton 2004 onwards
// License: BSD License, see ../docs/license.html
////////////////////////////////////////////////////////////////////////////////
#include "strings_fixes.hpp"
#include "format_types.hpp"
#include <string>
#include <iostream>
#include <stdexcept>
namespace stlplus
{
// moved to print_int.hpp
} // end namespace stlplus
#endif