GitHub Actions: Try MSVC builds with /std:c++17 and 20
[ACE_TAO.git] / ACE / ace / Hash_Map_Manager.h
blob29f8cb3df9351ffcf9d9df4d6b8f689543954301
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Hash_Map_Manager.h
7 * Backward compatibility header.
9 * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
11 //=============================================================================
13 #ifndef ACE_HASH_MAP_MANAGER_H
14 #define ACE_HASH_MAP_MANAGER_H
16 #include /**/ "ace/pre.h"
18 #include /**/ "ace/config-all.h"
20 #if !defined (ACE_LACKS_PRAGMA_ONCE)
21 # pragma once
22 #endif /* ACE_LACKS_PRAGMA_ONCE */
24 // Include the templates here.
25 #include "ace/Hash_Map_Manager_T.h"
27 #include /**/ "ace/post.h"
29 #endif /* ACE_HASH_MAP_MANAGER_H */