Revision: 1831
http://complement.svn.sourceforge.net/complement/?rev=1831&view=rev
Author: complement
Date: 2008-03-06 11:45:40 -0800 (Thu, 06 Mar 2008)
Log Message:
-----------
ref to C++ 0x working draft
Modified Paths:
--------------
trunk/complement/explore/include/mt/condition_variable
trunk/complement/explore/include/mt/mutex
trunk/complement/explore/include/mt/thread
Modified: trunk/complement/explore/include/mt/condition_variable
===================================================================
--- trunk/complement/explore/include/mt/condition_variable 2008-03-06 19:45:17 UTC (rev 1830)
+++ trunk/complement/explore/include/mt/condition_variable 2008-03-06 19:45:40 UTC (rev 1831)
@@ -1,4 +1,4 @@
-// -*- C++ -*- Time-stamp: <08/02/25 13:09:15 ptr>
+// -*- C++ -*- Time-stamp: <08/03/02 14:44:37 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]
*/
#ifndef __MT_CONDITION_VARIABLE
Modified: trunk/complement/explore/include/mt/mutex
===================================================================
--- trunk/complement/explore/include/mt/mutex 2008-03-06 19:45:17 UTC (rev 1830)
+++ trunk/complement/explore/include/mt/mutex 2008-03-06 19:45:40 UTC (rev 1831)
@@ -1,4 +1,4 @@
-// -*- C++ -*- Time-stamp: <08/02/24 23:48:23 ptr>
+// -*- C++ -*- Time-stamp: <08/03/02 14:43:55 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]
*/
#ifndef __MUTEX_H
Modified: trunk/complement/explore/include/mt/thread
===================================================================
--- trunk/complement/explore/include/mt/thread 2008-03-06 19:45:17 UTC (rev 1830)
+++ trunk/complement/explore/include/mt/thread 2008-03-06 19:45:40 UTC (rev 1831)
@@ -1,4 +1,4 @@
-// -*- C++ -*- Time-stamp: <08/02/25 16:11:00 ptr>
+// -*- C++ -*- Time-stamp: <08/03/02 14:44:16 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]
*/
#ifndef __THREAD_H
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|