commit | af10cb34c21d8d9082dfe3bd5393b4405637c9e2 | [log] [tgz] |
---|---|---|
author | Piotr Sikora <piotrsikora@google.com> | Tue Feb 09 16:31:26 2016 -0800 |
committer | Piotr Sikora <piotrsikora@google.com> | Tue Feb 09 16:31:26 2016 -0800 |
tree | 9989895fb5ac3a6642a1a0dc81016415c29bd3eb | |
parent | 294aa0ad626ccfc99d04108391660c44f2531a2c [diff] |
Core: ngx_module_t compatibility with C++. Changes to NGX_MODULE_V1 and ngx_module_t in 85dea406e18f (1.9.11) broke all modules written in C++, because ISO C++11 does not allow conversion from string literal to char *. Signed-off-by: Piotr Sikora <piotrsikora@google.com>