diff options
Diffstat (limited to 'cpp/include/Ice/DefaultObjectFactory.h')
-rw-r--r-- | cpp/include/Ice/DefaultObjectFactory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/Ice/DefaultObjectFactory.h b/cpp/include/Ice/DefaultObjectFactory.h index 2eb1879898a..1ec2a01a7af 100644 --- a/cpp/include/Ice/DefaultObjectFactory.h +++ b/cpp/include/Ice/DefaultObjectFactory.h @@ -13,6 +13,7 @@ #include <Ice/Config.h> #include <Ice/ObjectFactory.h> +#ifndef ICE_CPP11_MAPPING namespace IceInternal { template<class O> @@ -44,5 +45,6 @@ private: }; } +#endif #endif |