|
@@ -1550,7 +1550,7 @@ template <typename T> struct Y
|
|
|
|
|
|
我们运用我们2.3.2节中学习到的标准,来对Y内部做一下分析:
|
|
|
|
|
|
-```
|
|
|
+```C++
|
|
|
template <typename T> struct Y
|
|
|
{
|
|
|
// X可以查找到原型;
|
|
@@ -1658,4 +1658,4 @@ alexandrescu 关于 min max 的讨论:《再谈Min和Max》
|
|
|
|
|
|
[1]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3337.pdf
|
|
|
[2]: http://blog.llvm.org/2009/12/dreaded-two-phase-name-lookup.html
|
|
|
- [3]: https://goo.gl/zCRNYx
|
|
|
+ [3]: https://goo.gl/zCRNYx
|