Chris M

Results 3 comments of Chris M

## Another workaround As mentioned, MSVC caps out at 127 parameters, allowing for no more than 63 enums. This limit, however, only applies to the legacy preprocessor of MSVC. In...

Same here. On the one hand, I hesitate to use main because I don’t know if it’s stable enough for production use; OTOH I don’t want to fall behind too...

I had the very same error `undefined reference to oatpp::data::stream::FileInputStream::FileInputStream(char const*, std::shared_ptr const&)`. I solved it by changing the library order: `-loatpp-swagger -loatpp` works. `-loatpp -loatpp-swagger` fails with above error....