oatpp / example-crud

A complete example of a "CRUD" service (UserService) built with Oat++.

Home Page:https://oatpp.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing OATPP_CODEGEN_END

heindl-solutions opened this issue · comments

At least in files
oatpp-example-crud\src\controller\UserController.hpp
and
oatpp-example-crud\src\controller\StaticController.hpp
the macro
OATPP_CODEGEN_BEGIN
is used two times.

I think this should be:
OATPP_CODEGEN_BEGIN
...
OATPP_CODEGEN_END

@heindl-solutions ,

Thanks for pointing this out.
Fixed in 0bea5ad