Author: sebor
Date: Fri Nov 11 10:36:38 2005
New Revision: 332632

URL: http://svn.apache.org/viewcvs?rev=332632&view=rev
Log:
2005-11-11  Martin Sebor  <[EMAIL PROTECTED]>

        STDCXX-57
        * extern_template_before_definition_imp.cpp: New test (a dependency
        of EXTERN_TEMPLATE_BEFORE_DEFINITION.cpp), missed in rev 331866.


Added:
    
incubator/stdcxx/trunk/etc/config/src/extern_template_before_definition_imp.cpp 
  (with props)

Added: 
incubator/stdcxx/trunk/etc/config/src/extern_template_before_definition_imp.cpp
URL: 
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/etc/config/src/extern_template_before_definition_imp.cpp?rev=332632&view=auto
==============================================================================
--- 
incubator/stdcxx/trunk/etc/config/src/extern_template_before_definition_imp.cpp 
(added)
+++ 
incubator/stdcxx/trunk/etc/config/src/extern_template_before_definition_imp.cpp 
Fri Nov 11 10:36:38 2005
@@ -0,0 +1,13 @@
+
+#if defined (_RWSTD_USE_CONFIG)
+#  include "config.h"
+#endif   // _RWSTD_USE_CONFIG
+
+#ifdef _RWSTD_NO_IMPLICIT_INCLUSION
+   // tell "instantiation_before_definition.h" to #include its
+   // implementation file, instantiation_before_definition.cc
+#  define INCLUDE_CC_FILE
+#endif   // _RWSTD_NO_IMPLICIT_INCLUSION
+
+#define INSTANTIATE_TEMPLATE
+#include "instantiation_before_definition.h"

Propchange: 
incubator/stdcxx/trunk/etc/config/src/extern_template_before_definition_imp.cpp
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to