compnerd / ids

Interface Analysis Utility
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

libtool: ignore `defaulted` and `deleted` functions #9

Closed compnerd closed 3 years ago

compnerd commented 3 years ago

defaulted and deleted functions may appear in global scope as freestanding functions. This may be used to prevent the synthesis of a freestanding operator overload (e.g.

Value &operator=(Value &, Value&) = delete;

These should not be decorated.