GitHub Actions: Try MSVC builds with /std:c++17 and 20
[ACE_TAO.git] / ACE / ace / config-win32-msvc-142.h
blobaf47ad9f722270b1ca0810b62327e0bdd3a57456
1 /* -*- C++ -*- */
2 //=============================================================================
3 /**
4 * @file config-win32-msvc-142.h
6 * @brief Microsoft Visual C++ 14.2 configuration file.
8 * This file is the ACE configuration file for Microsoft Visual C++ 14.2 (as released with Visual Studio 2019).
10 * @note Do not include this file directly, include config-win32.h instead.
12 //=============================================================================
14 #ifndef ACE_CONFIG_WIN32_MSVC_142_H
15 #define ACE_CONFIG_WIN32_MSVC_142_H
16 #include /**/ "ace/pre.h"
18 #ifndef ACE_CONFIG_WIN32_H
19 #error Use config-win32.h in config.h instead of this header
20 #endif /* ACE_CONFIG_WIN32_H */
22 #ifndef ACE_WIN32_VC142
23 # define ACE_WIN32_VC142
24 #endif
26 #include "ace/config-win32-msvc-141.h"
28 #include /**/ "ace/post.h"
29 #endif /* ACE_CONFIG_WIN32_MSVC_142_H */