Make object_rep noncopyable.
commitc10e52f2e8b7d7292c970a1ee93416853f00740a
authorDaniel Wallin <daniel@boostpro.com>
Tue, 24 Nov 2009 09:57:36 +0000 (24 10:57 +0100)
committerDaniel Wallin <daniel@boostpro.com>
Tue, 24 Nov 2009 09:59:37 +0000 (24 10:59 +0100)
tree71d3243e8fdbdfc397f19cbbc3d82c44f3732cfa
parentda2fd2124b04c3bc65fc27c6583673ed55cbd1a6
Make object_rep noncopyable.

This avoids a problem on MSVC, where the copy constructor is generated
by default even though boost::aligned_storage<> is noncopyable.
luabind/detail/object_rep.hpp