summaryrefslogtreecommitdiff
path: root/ACE/ace/config-vxworks6.4.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-07 08:50:33 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-07 08:50:33 +0200
commit6f6f7ea0c8fcde679ef21a59a4686043b02d3057 (patch)
tree66e0bce6f1adee4db9088d7958c3558476592b0e /ACE/ace/config-vxworks6.4.h
parent0c1250b0b20ca014faf977584a2586d787394ea2 (diff)
downloadATCD-6f6f7ea0c8fcde679ef21a59a4686043b02d3057.tar.gz
We require now that the standard C++ library is supported and available in the std namespace, removed support for non compliant configurations
* ACE/ace/Auto_Ptr.h: * ACE/ace/Auto_Ptr.inl: * ACE/ace/Global_Macros.h: * ACE/ace/IOStream.h: * ACE/ace/README: * ACE/ace/ace_wchar.h: * ACE/ace/config-aix-5.x.h: * ACE/ace/config-all.h: * ACE/ace/config-g++-common.h: * ACE/ace/config-hpux-11.00.h: * ACE/ace/config-icc-common.h: * ACE/ace/config-integritySCA.h: * ACE/ace/config-kfreebsd.h: * ACE/ace/config-linux-common.h: * ACE/ace/config-mqx.h: * ACE/ace/config-netbsd.h: * ACE/ace/config-openvms.h: * ACE/ace/config-qnx.h: * ACE/ace/config-suncc-common.h: * ACE/ace/config-sunos5.5.h: * ACE/ace/config-sunos5.6.h: * ACE/ace/config-vxworks6.4.h: * ACE/ace/config-win32-borland.h: * ACE/ace/config-win32-msvc-14.h: * ACE/ace/iosfwd.h: * ACE/ace/streams.h: * ACE/examples/C++NPv1/Logging_Client.cpp: * ACE/examples/C++NPv2/Select_Reactor_Logging_Server.cpp: * ACE/examples/C++NPv2/Server_Shutdown.cpp: * ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp: * ACE/tests/IOStream_Test.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInitializer.cpp: * TAO/DevGuideExamples/PortableInterceptors/Auth/ServerInterceptor.cpp: * TAO/DevGuideExamples/PortableInterceptors/PICurrent/Messenger_i.cpp: * TAO/docs/tutorials/Quoter/AMI/Stock_i.h: * TAO/docs/tutorials/Quoter/Naming_Service/Stock_i.h: * TAO/docs/tutorials/Quoter/On_Demand_Activation/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/Persistent/Stock_i.h: * TAO/docs/tutorials/Quoter/Simple/Server/Stock_i.h: * TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/Messenger_i.cpp: * TAO/orbsvcs/examples/LoadBalancing/Stock.h:
Diffstat (limited to 'ACE/ace/config-vxworks6.4.h')
-rw-r--r--ACE/ace/config-vxworks6.4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/config-vxworks6.4.h b/ACE/ace/config-vxworks6.4.h
index 84e208ca02a..eff24fbdec2 100644
--- a/ACE/ace/config-vxworks6.4.h
+++ b/ACE/ace/config-vxworks6.4.h
@@ -52,7 +52,6 @@
# endif
#elif defined (__DCC__)
-# define ACE_HAS_STANDARD_CPP_LIBRARY 1
# define ACE_TEMPLATES_REQUIRE_SOURCE
#else /* ! __GNUG__ && !__DCC__ */
# ifdef __cplusplus /* Let it slide for C compilers. */