summaryrefslogtreecommitdiff
path: root/ace/config-g++-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-g++-common.h')
-rw-r--r--ace/config-g++-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-g++-common.h b/ace/config-g++-common.h
index b225a0b3b22..5b1596128b0 100644
--- a/ace/config-g++-common.h
+++ b/ace/config-g++-common.h
@@ -74,8 +74,8 @@
# define ACE_Proper_Import_Flag
# define ACE_EXPORT_SINGLETON_DECLARATION(T) template class ACE_Proper_Export_Flag T
# define ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) template class ACE_Proper_Export_Flag SINGLETON_TYPE<CLASS, LOCK>
-#define ACE_IMPORT_SINGLETON_DECLARATION(T) extern template class T
-#define ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) extern template class SINGLETON_TYPE <CLASS, LOCK>;
+#define ACE_IMPORT_SINGLETON_DECLARATION(T)
+#define ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
#endif /* __GNU__ > 3 */
#if defined (ACE_HAS_GNU_REPO)