mirror of
https://github.com/wuye9036/CppTemplateTutorial.git
synced 2024-03-22 13:11:16 +08:00
Format indent to 4 spaces
This commit is contained in:
parent
8254a9edfd
commit
eff5cd2eeb
@ -2293,13 +2293,13 @@ template <
|
|||||||
typename U = typename vector<T>::iterator // 1
|
typename U = typename vector<T>::iterator // 1
|
||||||
>
|
>
|
||||||
typename vector<T>::value_type // 1
|
typename vector<T>::value_type // 1
|
||||||
foo(
|
foo(
|
||||||
T*, // 1
|
T*, // 1
|
||||||
T&, // 1
|
T&, // 1
|
||||||
typename T::internal_type, // 1
|
typename T::internal_type, // 1
|
||||||
typename add_reference<T>::type, // 1
|
typename add_reference<T>::type, // 1
|
||||||
int // 这里都不需要 substitution
|
int // 这里都不需要 substitution
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// 整个实现部分,都没有 substitution。这个很关键。
|
// 整个实现部分,都没有 substitution。这个很关键。
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user