| 170 | } |
| 171 | |
| 172 | static BasicIndentBufferManager< char_type, traits > * instance() |
| 173 | { |
| 174 | static BasicIndentBufferManager< char_type, traits > ibm; |
| 175 | return &ibm; |
| 176 | } |
| 177 | |
| 178 | private: |
| 179 | static std::atomic_int sm_instances; |
nothing calls this directly
no outgoing calls
no test coverage detected