Commit 09b6cda
committed
Fix error no template named 'raw_ptr'
../fpdfsdk/fpdf_editpage.cpp:171:3: error: no template named 'raw_ptr'
171 | raw_ptr<CPDF_PageObject> page_obj;
| ^
As far as I understand, `raw_ptr` is only defined when using partition allocator, which we disabled (#28, #124, #137, #148)1 parent 67240ff commit 09b6cda
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments