Details
Description
When compiling services with method names like "register" (C key word) or "delete" (C++ keyword), the compiler should intelligently mangle names (taking into account potential collisions). A simple example The workaround, currently, is to hand mangle the names in the output files from the compiler.