
19 Sep
2012
19 Sep
'12
8:41 p.m.
Hi Steven, sorry, I just came now to try it out.
concept_interface<...>::getName needs to be declared const for this to work.
Ok, got it.
For a constant member function use:
has_getName<std::string const&(), const _self>
Ok, now it works like a charm! Thanks, Christophe