This repository was archived by the owner on Nov 11, 2025. It is now read-only.
Commit 53d827e
committed
Remove test for very low-value feature blocking PyCLIF-pybind11 work.
Using `unique_ptr` to pass an enum type is a very artificial construct.
Supporting this feature in PyCLIF-pybind11 is possible, but not worth the effort, including the effort for maintaining the added complexity.
It seems very unlikely that this feature is used in client code, and if it is, it will be best to change the client code to pass the enum directly (less generated machine code, more performant).
Tested:
```
tap_presubmit -p clif.pybind11 --detach --email -c 495090196
```
* http://tap/OCL:495090196:BASE:495090752:1670962252251:52d68751
PiperOrigin-RevId: 4951252681 parent 47a082b commit 53d827e
3 files changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
| |||
0 commit comments