]> granicus.if.org Git - gc/commit
Remove name of optional arguments of operator new and new[] in gc_cpp.h
authorIvan Maidanski <ivmai@mail.ru>
Thu, 13 Jul 2017 20:17:39 +0000 (23:17 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 13 Jul 2017 20:17:39 +0000 (23:17 +0300)
commit1b71491d6e9624a247e7a6d1cd4e68e908b0404a
treecc33f01a87674ce24413cb56e2917c24c2929efb
parent3f06655fa82deb213082d2c2c7c87e797cd67370
Remove name of optional arguments of operator new and new[] in gc_cpp.h
(code refactoring)

* include/gc_cpp.h (operator new): Comment out cleanup and clientData
argument names.
* include/gc_cpp.h [GC_OPERATOR_NEW_ARRAY] (operator new[]): Likewise.
include/gc_cpp.h