修正了一个示例的格式问题。

This commit is contained in:
wuye9036 2015-12-02 17:45:31 -08:00
parent 7819d831fd
commit ebfe1dfb91

View File

@ -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