| 246 | typename... data_part |
| 247 | > |
| 248 | __static_call |
| 249 | __inline_call void_type construct ( |
| 250 | data_type * _xptr, |
| 251 | data_part const&... _part |
| 252 | ) |
| 253 | { new(_xptr)data_type(_part...) ; |
| 254 | } |
| 255 | |
| 256 | } ; |
| 257 |
nothing calls this directly
no outgoing calls
no test coverage detected