Commit 6963e73e247a97a1dd7c7ff0e85fdc6bbda22561
- Diff rendering mode:
- inline
- side by side
|   | |||
| 262 | 262 | #if OS(SOLARIS) && COMPILER(SUNCC) | |
| 263 | 263 | public: // Otherwise the compiler complains about operator new not being accessible. | |
| 264 | 264 | #endif | |
| 265 | #if COMPILER(WINSCW) | ||
| 266 | void* operator new(size_t size) { return Noncopyable::operator new(size); } | ||
| 267 | #else | ||
| 265 | 268 | using Noncopyable::operator new; | |
| 269 | #endif | ||
| 266 | 270 | #if OS(SOLARIS) && COMPILER(SUNCC) | |
| 267 | 271 | private: | |
| 268 | 272 | #endif |

