41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
///////////////////////////////////////////////////////////////////////////
|
|
// FILE: unordere (Definition of std::tr1::unordered_set and unordered_map)
|
|
//
|
|
// =========================================================================
|
|
//
|
|
// 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 part of the C++ standard library. It defines
|
|
// the unordered associative containers.
|
|
///////////////////////////////////////////////////////////////////////////
|
|
#ifndef _UNORDERED_SET_INCLUDED
|
|
#define _UNORDERED_SET_INCLUDED
|
|
#define _UNORDERED_MAP_INCLUDED
|
|
|
|
#ifndef _ENABLE_AUTODEPEND
|
|
#pragma read_only_file;
|
|
#endif
|
|
|
|
#ifndef __cplusplus
|
|
#error This header file requires C++
|
|
#endif
|
|
|
|
#ifndef __HASH_H_INCLUDED
|
|
#include <_hash.h>
|
|
#endif
|
|
|
|
namespace std {
|
|
namespace tr1 {
|
|
|
|
|
|
} // namespace tr1
|
|
} // namespace std
|
|
|
|
#endif
|