avatar
f*i
1
想找一款适合女性用的沐浴露 或者专门用来清洁私密部位的产品,关键 pH 要合适。
国内有什么洁尔阴妇炎洁之类的,在这里大家都用什么呢? 能推荐一下吗?
刚才网上搜到Very Private的 Body Wash, 不知道有mm用过没? 感觉如何?
avatar
p*s
2
请问一下,今年的W2表什么时候能出来?
想请父母年初来探亲,现在在准备材料,就怕W2表来的不及时。
有没有知道的,谢谢啦!
avatar
i*s
3
大家给点建议
avatar
r*y
4
template void f(vector::iterator){}
this can not compile because of vector::iterator in the parameter
list. Why this parameter is not allowed here? Thanks.
avatar
s*h
5
这个好用:http://www.drugstore.com/products/prod.asp?pid=151740&catid=33587
便宜的就去超市买summer's eve(好像叫这名吧)

【在 f********i 的大作中提到】
: 想找一款适合女性用的沐浴露 或者专门用来清洁私密部位的产品,关键 pH 要合适。
: 国内有什么洁尔阴妇炎洁之类的,在这里大家都用什么呢? 能推荐一下吗?
: 刚才网上搜到Very Private的 Body Wash, 不知道有mm用过没? 感觉如何?

avatar
t*s
6
by law, should be ready by the end of jan.

【在 p**********s 的大作中提到】
: 请问一下,今年的W2表什么时候能出来?
: 想请父母年初来探亲,现在在准备材料,就怕W2表来的不及时。
: 有没有知道的,谢谢啦!

avatar
t*t
7
template void f(typename vector::iterator) {}

【在 r*******y 的大作中提到】
: template void f(vector::iterator){}
: this can not compile because of vector::iterator in the parameter
: list. Why this parameter is not allowed here? Thanks.

avatar
r*y
8
cool
we have to tell the compiler that vector::iterator is a typename
Thanks.

【在 t****t 的大作中提到】
: template void f(typename vector::iterator) {}
avatar
l*s
9
why the compiler cannot deduce it is a typename by itself? What is the
ambiguity there?

【在 r*******y 的大作中提到】
: cool
: we have to tell the compiler that vector::iterator is a typename
: Thanks.

avatar
t*t
10
given type T, compiler can deduce. but when T is unknown, it can not.

【在 l*********s 的大作中提到】
: why the compiler cannot deduce it is a typename by itself? What is the
: ambiguity there?

avatar
l*s
11
Got it, thank you!

【在 t****t 的大作中提到】
: given type T, compiler can deduce. but when T is unknown, it can not.
avatar
S*s
12
with typename, it can.
without typename, it won't be taken as something else.
so, why typename here is a must? should they better make the typemane here
optional?

【在 t****t 的大作中提到】
: given type T, compiler can deduce. but when T is unknown, it can not.
avatar
t*t
13
without keyword typename, by default it is member variable. if it is not
member variable, it is ill-formed.

【在 S*******s 的大作中提到】
: with typename, it can.
: without typename, it won't be taken as something else.
: so, why typename here is a must? should they better make the typemane here
: optional?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。