mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 06:02:46 +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.