[complement-svn] SF.net SVN: complement: [1830] trunk/complement/explore/lib/mt
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2008-03-06 19:48:58
|
Revision: 1830 http://complement.svn.sourceforge.net/complement/?rev=1830&view=rev Author: complement Date: 2008-03-06 11:45:17 -0800 (Thu, 06 Mar 2008) Log Message: ----------- ref to C++ 0x working draft Modified Paths: -------------- trunk/complement/explore/lib/mt/date_time.cc trunk/complement/explore/lib/mt/thread.cc Modified: trunk/complement/explore/lib/mt/date_time.cc =================================================================== --- trunk/complement/explore/lib/mt/date_time.cc 2008-03-06 19:42:31 UTC (rev 1829) +++ trunk/complement/explore/lib/mt/date_time.cc 2008-03-06 19:45:17 UTC (rev 1830) @@ -1,4 +1,4 @@ -// -*- C++ -*- Time-stamp: <08/02/24 18:58:05 ptr> +// -*- C++ -*- Time-stamp: <08/03/02 14:45:29 ptr> /* * Copyright (c) 2002, 2006-2008 @@ -8,8 +8,8 @@ * * Derived from original <mt/time.h> of 'complement' project * [http://complement.sourceforge.net] - * to make it close to JTC1/SC22/WG21 working draft - * [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2497.html] + * to make it close to JTC1/SC22/WG21 C++ 0x working draft + * [http://www.open-std.org/Jtc1/sc22/wg21/docs/papers/2008/n2521.pdf] */ #include <mt/date_time> Modified: trunk/complement/explore/lib/mt/thread.cc =================================================================== --- trunk/complement/explore/lib/mt/thread.cc 2008-03-06 19:42:31 UTC (rev 1829) +++ trunk/complement/explore/lib/mt/thread.cc 2008-03-06 19:45:17 UTC (rev 1830) @@ -1,4 +1,4 @@ -// -*- C++ -*- Time-stamp: <08/02/25 16:08:25 ptr> +// -*- C++ -*- Time-stamp: <08/03/02 14:54:25 ptr> /* * Copyright (c) 1997-1999, 2002-2008 @@ -11,8 +11,8 @@ * * Derived from original <mt/xmt.h> of 'complement' project * [http://complement.sourceforge.net] - * to make it close to JTC1/SC22/WG21 working draft - * [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2497.html] + * to make it close to JTC1/SC22/WG21 C++ 0x working draft + * [http://www.open-std.org/Jtc1/sc22/wg21/docs/papers/2008/n2521.pdf] */ #include <config/feature.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |