MCPcopy Create free account
hub / github.com/pybind/pybind11 / f3

Function f3

tests/test_constants_and_functions.cpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52#endif
53int f2(int x) noexcept(true) { return x + 2; }
54int f3(int x) noexcept(false) { return x + 3; }
55PYBIND11_WARNING_PUSH
56PYBIND11_WARNING_DISABLE_GCC("-Wdeprecated")
57#if defined(__clang_major__) && __clang_major__ >= 5

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected