You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by vi...@apache.org on 2008/07/01 19:53:25 UTC

svn commit: r673154 - in /stdcxx/trunk/include: deque deque_spec.h list list_spec.h vector vector_spec.h

Author: vitek
Date: Tue Jul  1 10:53:25 2008
New Revision: 673154

URL: http://svn.apache.org/viewvc?rev=673154&view=rev
Log:
2008-07-01  Travis Vitek  <vi...@roguewave.com>

	Merge r670084 from branches/4.2.x:

	2008-06-20  Travis Vitek  <vi...@roguewave.com>

	STDCXX-688
	* include/deque_spec.h: Remove unused header.
	* include/list_spec.h: Ditto.
	* include/vector_spec.h: Ditto.
	* include/deque: Remove reference to removed header.
	* include/list: Ditto.
	* include/vector: Ditto.

Removed:
    stdcxx/trunk/include/deque_spec.h
    stdcxx/trunk/include/list_spec.h
    stdcxx/trunk/include/vector_spec.h
Modified:
    stdcxx/trunk/include/deque
    stdcxx/trunk/include/list
    stdcxx/trunk/include/vector

Modified: stdcxx/trunk/include/deque
URL: http://svn.apache.org/viewvc/stdcxx/trunk/include/deque?rev=673154&r1=673153&r2=673154&view=diff
==============================================================================
--- stdcxx/trunk/include/deque (original)
+++ stdcxx/trunk/include/deque Tue Jul  1 10:53:25 2008
@@ -941,9 +941,4 @@
 #endif
 
 
-#ifndef _RWSTD_NO_STL_SPECIALIZATION
-#  include "deque_spec.h"
-#endif   // _RWSTD_NO_STL_SPECIALIZATION
-
-
 #endif   // _RWSTD_DEQUE_INCLUDED

Modified: stdcxx/trunk/include/list
URL: http://svn.apache.org/viewvc/stdcxx/trunk/include/list?rev=673154&r1=673153&r2=673154&view=diff
==============================================================================
--- stdcxx/trunk/include/list (original)
+++ stdcxx/trunk/include/list Tue Jul  1 10:53:25 2008
@@ -842,9 +842,4 @@
 #endif
 
 
-#ifndef _RWSTD_NO_STL_SPECIALIZATION
-#  include "list_spec.h"
-#endif   // _RWSTD_NO_STL_SPECIALIZATION
-
-
 #endif   //_RWSTD_LIST_INCLUDED

Modified: stdcxx/trunk/include/vector
URL: http://svn.apache.org/viewvc/stdcxx/trunk/include/vector?rev=673154&r1=673153&r2=673154&view=diff
==============================================================================
--- stdcxx/trunk/include/vector (original)
+++ stdcxx/trunk/include/vector Tue Jul  1 10:53:25 2008
@@ -1371,9 +1371,4 @@
 #endif
 
 
-#ifndef _RWSTD_NO_STL_SPECIALIZATION
-#include "vector_spec.h"
-#endif   // _RWSTD_NO_STL_SPECIALIZATION
-
-
 #endif   // _RWSTD_VECTOR_INCLUDED