You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/07/06 23:59:37 UTC

svn commit: r554070 - /incubator/stdcxx/trunk/include/loc/_facet.h

Author: sebor
Date: Fri Jul  6 14:59:36 2007
New Revision: 554070

URL: http://svn.apache.org/viewvc?view=rev&rev=554070
Log:
2007-07-06  Martin Sebor  <se...@roguewave.com>

	STDCXX-469
	* _facet.h (__rw_facet): Declared ctor and dtor protected.

Modified:
    incubator/stdcxx/trunk/include/loc/_facet.h

Modified: incubator/stdcxx/trunk/include/loc/_facet.h
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/loc/_facet.h?view=diff&rev=554070&r1=554069&r2=554070
==============================================================================
--- incubator/stdcxx/trunk/include/loc/_facet.h (original)
+++ incubator/stdcxx/trunk/include/loc/_facet.h Fri Jul  6 14:59:36 2007
@@ -66,9 +66,13 @@
     // of standard types by the library
     typedef __rw_facet* (_C_ctor_t)(_RWSTD_SIZE_T, const char*);
 
+protected:
+
     _EXPLICIT __rw_facet (_RWSTD_SIZE_T = 0);
 
     virtual ~__rw_facet ();
+
+public:
 
     // types of standard facets; only globally managed facets (i.e.,
     // standard facets created internally) set this member, user-created