mirror of
https://github.com/boostorg/local_function.git
synced 2026-01-24 18:02:22 +00:00
Updated docs.
[SVN r77943]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user