summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-msvc-14.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-05 11:29:05 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-01-05 11:29:05 +0100
commit748e8d4a4a4008e601e6d485952886c9bf688e24 (patch)
treee3e0aad5bac5ac0680f7d4fce509972a4f13d3c6 /ACE/ace/config-win32-msvc-14.h
parenta46852de783998ac9c3384fdb55277ef3906cf15 (diff)
downloadATCD-748e8d4a4a4008e601e6d485952886c9bf688e24.tar.gz
Removed ACE_NEEDS_FUNC_DEFINITIONS, not used anymore
* ACE/ace/README: * ACE/ace/config-integritySCA.h: * ACE/ace/config-qnx.h: * ACE/ace/config-win32-msvc-14.h:
Diffstat (limited to 'ACE/ace/config-win32-msvc-14.h')
-rw-r--r--ACE/ace/config-win32-msvc-14.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/config-win32-msvc-14.h b/ACE/ace/config-win32-msvc-14.h
index fbbc5fa15ec..fb0a844abe5 100644
--- a/ACE/ace/config-win32-msvc-14.h
+++ b/ACE/ace/config-win32-msvc-14.h
@@ -129,10 +129,6 @@
// A template can not be exported. Only an instantiation may be exported.
#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT
-// At least for ACE_UNIMPLEMENTED_FUNC in class templates, this is needed to
-// explicitly instantiate a template that has ACE_UNIMPLEMENTED_FUNC.
-# define ACE_NEEDS_FUNC_DEFINITIONS
-
// Windows Vista and Windows Server 2008 and newer do have native condition
// variables, but this is commented out because the support in ACE hasn't
// been completed