| 1061 | // to use aggregate initialization, thus we introduce and use |
| 1062 | // `DEFAULT_CREATE_OPTIONS` for the default parameter of `create`. |
| 1063 | struct CreateOptions |
| 1064 | { |
| 1065 | Scheme scheme; |
| 1066 | size_t backlog; |
| 1067 | }; |
| 1068 | |
| 1069 | static CreateOptions DEFAULT_CREATE_OPTIONS() |
| 1070 | { |
nothing calls this directly
no outgoing calls
no test coverage detected