mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230510 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d692ee81e8
commit
4454339f09
@ -721,7 +721,7 @@ the symbol (e.g., MSVC). This can lead to problems at link time.
|
||||
// Bar isn't POD, but it does look like a struct.
|
||||
struct Bar {
|
||||
int Data;
|
||||
Foo() : Data(0) { }
|
||||
Bar() : Data(0) { }
|
||||
};
|
||||
|
||||
Do not use Braced Initializer Lists to Call a Constructor
|
||||
|
Loading…
x
Reference in New Issue
Block a user