id summary reporter owner description type status milestone component version severity resolution keywords cc 6935 Noncopyable gives compiler warning when used in DLL interface Fredrik Orderud viboes "Inheritance from boost::noncopyable in a DLL interface class with the Microsoft Visual C++ 2010 compiler gives a warning C4275: non dll-interface class 'boost::noncopyable_::noncopyable' used as base for dll-interface class. It would be great if there had been a straight-forward method for disabling this warning. One possibility could be to disable it in boost/config/user.hpp, but noncopyable.hpp does unfortunately not include this file. Could it be possible for noncopyable.hpp to either include boost/config/user.hpp (through config.hpp) or provide another means for disabling this warning? Thanks in advance, Fredrik Orderud" Feature Requests closed Boost 1.54.0 utility Boost 1.49.0 Problem fixed mateusz@…