12 Jun
2014
12 Jun
'14
12:43 p.m.
I'm trying to expose an operator:
struct my_class : boost::noncopyable
{};
my_class &operator <<(my_class &e, int i);
// in the module definition:
class_