allan-simon / cppcms-skeleton

web framework in C++ built over cppcms
Other
25 stars 12 forks source link

Functions should not be inline in cpp files #9

Closed qdii closed 11 years ago

qdii commented 11 years ago

Inlined function are not necessarily present in the library export table, causing programs that are using this library to fail to link.

allan-simon commented 11 years ago

patch correct the issue