uriparser / uriparser

:hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub

Home Page:https://uriparser.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues with current approach to mixing of C and C++ with regard to Visual Studio 15 2017

hartwork opened this issue · comments

According to #47 (comment) Visual Studio 15 2017 has issues to link against non-C++ defaultMemoryManager from C++ code. Conditional use of extern "C" may help.

Is defaultmemoryManager supposed to be accessible by users of the library, or is it just for the tests?

The latter: just the tests

Closing until 69066af turns out to be not the right fix.