Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/iterator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6755/adobe/iterator
Modified Files:
set_next.hpp
Log Message:
asl 1.0.13
Index: set_next.hpp
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/iterator/set_next.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** set_next.hpp 6 Jan 2006 18:03:00 -0000 1.1
--- set_next.hpp 3 Feb 2006 18:33:37 -0000 1.2
***************
*** 1,6 ****
/*
! Copyright 2005-2006 Adobe Systems Incorporated
! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
! or a copy at http://opensource.adobe.com/licenses.html)
*/
/*************************************************************************************************/
--- 1,6 ----
/*
! Copyright 2005-2006 Adobe Systems Incorporated
! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
! or a copy at http://opensource.adobe.com/licenses.html)
*/
/*************************************************************************************************/
***************
*** 23,30 ****
stuct set_next_fn<T>
{
! void operator()(T x, T y) const
! {
! //...
! }
};
*/
--- 23,30 ----
stuct set_next_fn<T>
{
! void operator()(T x, T y) const
! {
! //...
! }
};
*/
***************
*** 44,48 ****
inline void set_next(I x, I y)
{
! adobe::unsafe::set_next_fn<I>()(x, y);
}
--- 44,48 ----
inline void set_next(I x, I y)
{
! adobe::unsafe::set_next_fn<I>()(x, y);
}
|