New issue 43 by ryan.pav...@gmail.com: Pull request: make Win32 dyn library
objects noncopyable
http://code.google.com/p/vrjuggler/issues/detail?id=43
See https://github.com/rpavlik/vrjuggler/compare/library-noncopyable-trunk
- from the commit message:
Copy semantics don't really make sense here, and copying would
result in a call to FreeLibrary for an already-freed library.
The fact I could remove the copying/assignment members and inherit from
boost::noncopyable successfully means that at least within the juggler
suite, nothing is actually copying these.