为什么在显式实例化类模板之前需要显式实例化外部类模板
我的问题是关于以下线程: 专门化成员模板而不专门化其父级
我绝对同意标准说这样做是非法的。但我想了解为什么这样做是非法的?如果允许的话会产生什么影响?
My question is w.r.t the following thread : specialize a member template without specializing its parent
I'm absolutely fine with the standard saying that it is illegal to do so. But i want to understand why is it illegal to do so? What would be impact had it been allowed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许是因为这样:
一个明智的解决方案是说“我们会让整个事情变得明确”。
Maybe because of something like this:
A sensible solution is to say "we'll make the entire thing explicit".