14 Aug
2013
14 Aug
'13
7:23 a.m.
2013/8/14 Adam Romanek
One way to workaround the issue is to make the copy-constructor disable_if-ed in case of non-copyable elements in C++03. The copy-constructor is useless in this case so such a change should be safe, right?
What do you think about it?
If you use SFINAE to disable the copy-constructor, won't one be autogenerated? Regards, Kris