forked from boostorg/conversion
Fix generic_stringize example compilation on Darvin (refs #9046)
[SVN r85868]
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user