| 96 | static const void* last_print_ptr; |
| 97 | |
| 98 | std::string to_string() const { |
| 99 | member_stringable::last_print_ptr = static_cast<const void*>(this); |
| 100 | return "{ member_stringable, to_string! }"; |
| 101 | } |
| 102 | }; |
| 103 | const void* member_stringable::last_print_ptr = nullptr; |
| 104 | } // namespace sol2_test_operators |
nothing calls this directly
no outgoing calls
no test coverage detected