Fix generic_stringize example compilation on Darvin (refs #9046)

[SVN r85868]
This commit is contained in:
Antony Polukhin
2013-09-24 14:21:53 +00:00
parent 701963d3c4
commit f2e0225b1b

View File

@@ -17,9 +17,8 @@
*/
#include <boost/lexical_cast.hpp>
#include <boost/noncopyable.hpp>
struct stringize_functor: boost::noncopyable {
struct stringize_functor {
private:
std::string& result;