|
Boost-Commit : |
From: Lawrence_at_[hidden]
Date: 2007-10-29 19:36:03
Author: crowl
Date: 2007-10-29 19:36:02 EDT (Mon, 29 Oct 2007)
New Revision: 40579
URL: http://svn.boost.org/trac/boost/changeset/40579
Log:
Normalize comments that were missed before.
Text files modified:
sandbox/committee/LWG/thread_library.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-10-29 19:36:02 EDT (Mon, 29 Oct 2007)
@@ -1207,7 +1207,7 @@
void unlock();
typedef <i>implemenation-defined</i> native_handle_type; // <em>See [frontmatter]</em>
- native_handle_type native_handle(); <i> // See [frontmatter]</i>
+ native_handle_type native_handle(); // <em>See [frontmatter]</em>
};
} // std
@@ -1240,7 +1240,7 @@
void unlock();
typedef <i>implemenation-defined</i> native_handle_type; // <em>See [frontmatter]</em>
- native_handle_type native_handle(); <i> // See [frontmatter]</i>
+ native_handle_type native_handle(); // <em>See [frontmatter]</em>
};
} // std
@@ -1330,7 +1330,7 @@
void unlock();
typedef <i>implemenation-defined</i> native_handle_type; // <em>See [frontmatter]</em>
- native_handle_type native_handle(); <i> // See [frontmatter]</i>
+ native_handle_type native_handle(); // <em>See [frontmatter]</em>
};
} // std
@@ -1365,7 +1365,7 @@
void unlock();
typedef <i>implemenation-defined</i> native_handle_type; // <em>See [frontmatter]</em>
- native_handle_type native_handle(); <i> // See [frontmatter]</i>
+ native_handle_type native_handle(); // <em>See [frontmatter]</em>
};
} // std
@@ -2143,7 +2143,7 @@
bool timed_wait(unique_lock<mutex>& lock, const system_time& abs_time, Predicate pred);
typedef <i>implemenation-defined</i> native_handle_type; // <em>See [frontmatter]</em>
- native_handle_type native_handle(); <i> // See [frontmatter]</i>
+ native_handle_type native_handle(); // <em>See [frontmatter]</em>
};
} // std
@@ -2469,7 +2469,7 @@
bool timed_wait(Lock& lock, const system_time& abs_time, Predicate pred);
typedef <i>implemenation-defined</i> native_handle_type; // <em>See [frontmatter]</em>
- native_handle_type native_handle(); <i> // See [frontmatter]</i>
+ native_handle_type native_handle(); // <em>See [frontmatter]</em>
};
} // std
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk