strings/string_address.hpp

#ifndef STLPLUS_STRING_ADDRESS
#define STLPLUS_STRING_ADDRESS
////////////////////////////////////////////////////////////////////////////////

//   Author:    Andy Rushton
//   Copyright: (c) Southampton University 1999-2004
//              (c) Andy Rushton           2004 onwards
//   License:   BSD License, see ../docs/license.html

//   Functions for converting addresses to/from strings

////////////////////////////////////////////////////////////////////////////////
#include "strings_fixes.hpp"
#include "format_types.hpp"
#include <string>
#include <stdexcept>

namespace stlplus
{

  // addresses are displayed as integers so these functions have been moved to string_int.hpp

} // end namespace stlplus

#endif