mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 20:22:48 +08:00
Use new(cicNoThrow) instead of plain operator new. JIRA issue: CORE-19360 - Define CicNoThrow structure and cicNoThrow macro in <cicero/cicbase.h>. - Use new(cicNoThrow) instead of plain operator new.