mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced 2025-01-27 12:21:01 +08:00
修正Typo
This commit is contained in:
parent
c347bd0e40
commit
4415a0377a
@ -12,7 +12,7 @@ bool f(const Widget& w); //decltype(w)是const Widget&
|
||||
|
||||
struct Point{
|
||||
int x; //decltype(Point::x)是int
|
||||
int y; //decltype(Point:;y)是int
|
||||
int y; //decltype(Point::y)是int
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user