Updated docs.

[SVN r77943]
This commit is contained in:
Lorenzo Caminiti
2012-04-13 00:26:10 +00:00
parent b507cc0e39
commit 6722dd27d3
55 changed files with 1389 additions and 880 deletions

View File

@@ -18,7 +18,7 @@ struct n: boost::noncopyable {
};
BOOST_TYPEOF_REGISTER_TYPE(n) // Register for `bind& x` below.
int main() {
int main(void) {
n x(-1);
void BOOST_LOCAL_FUNCTION(const bind& x) { // OK: No copy