37 lines
1 KiB
C++
37 lines
1 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// FILE: _hash.h (Definition of std::_ow::hashtable)
|
|
//
|
|
// =========================================================================
|
|
//
|
|
// Open Watcom Project
|
|
//
|
|
// Copyright (c) 2004-2010 The Open Watcom Contributors. All Rights Reserved.
|
|
//
|
|
// This file is automatically generated. Do not edit directly.
|
|
//
|
|
// =========================================================================
|
|
//
|
|
// Description: This header is an internal part of OWSTL. It provides the
|
|
// definition of std::_ow::hashtable. Hash tables are used to
|
|
// implement the unordered associative containers.
|
|
///////////////////////////////////////////////////////////////////////////
|
|
#ifndef __HASH_H_INCLUDED
|
|
#define __HASH_H_INCLUDED
|
|
|
|
#ifndef _ENABLE_AUTODEPEND
|
|
#pragma read_only_file;
|
|
#endif
|
|
|
|
#ifndef __cplusplus
|
|
#error This header file requires C++
|
|
#endif
|
|
|
|
namespace std {
|
|
namespace tr1 {
|
|
|
|
|
|
} // namespace tr1
|
|
} // namespace std
|
|
|
|
#endif
|