mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Manually fixed PR #657
This commit is contained in:
parent
f43e1324c4
commit
9a9e958955
|
@ -654,7 +654,7 @@ Also, it is implicit that `f2()` is supposed to `delete` its argument (or did th
|
||||||
The standard library resource management pointers fail to pass the size when they point to an object:
|
The standard library resource management pointers fail to pass the size when they point to an object:
|
||||||
|
|
||||||
// separately compiled, possibly dynamically loaded
|
// separately compiled, possibly dynamically loaded
|
||||||
// NB: this assumes the calling code is A BI-compatible, using a
|
// NB: this assumes the calling code is ABI-compatible, using a
|
||||||
// compatible C++ compiler and the same stdlib implementation
|
// compatible C++ compiler and the same stdlib implementation
|
||||||
extern void f3(unique_ptr<int[]>, int n);
|
extern void f3(unique_ptr<int[]>, int n);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user