33 lines
925 B
Plaintext
33 lines
925 B
Plaintext
///////////////////////////////////////////////////////////////////////////
|
|
// FILE: sstream/sstream.h (std::string streams)
|
|
//
|
|
// =========================================================================
|
|
//
|
|
// Open Watcom Project
|
|
//
|
|
// Copyright (c) 2002-2010 Open Watcom Contributors. All Rights Reserved.
|
|
// Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
|
|
//
|
|
// This file is automatically generated. Do not edit directly.
|
|
//
|
|
// =========================================================================
|
|
//
|
|
// Description: This header is part of the C++ standard library.
|
|
///////////////////////////////////////////////////////////////////////////
|
|
#ifndef _SSTREAM_INCLUDED
|
|
#define _SSTREAM_INCLUDED
|
|
|
|
#ifndef _ENABLE_AUTODEPEND
|
|
#pragma read_only_file;
|
|
#endif
|
|
|
|
#ifndef __cplusplus
|
|
#error This header file requires C++
|
|
#endif
|
|
|
|
namespace std {
|
|
|
|
} // namespace std
|
|
|
|
#endif
|