25 Aug
2014
25 Aug
'14
10:36 p.m.
Vicente J. Botet Escriba wrote:
I suspect that Bar copy constructor should be available only if T is copy constructible. Unfortunately I don't know a way to achieve this.
Boost.Move's macros add a nested typedef, whose presence may in principle be exploited for SFINAE-ing out the copy constructor when T is move-only.