clang - C++ Rest SDK Android Visual Studio 2015 -
i'am developing android static library visual studio 2015.
i'am using c++ rest sdk (https://www.nuget.org/packages/cpprestsdk.android/). works visual studio 2015 rc not visual studio 2015.
the reason visual studio 2015 uses compiler clang 3.6 , sdk compiled clang 3.4.
is there way use c++ rest sdk visual studio 2015? there way install clang 3.4 visual studio 2015?
thanks
the issue has been resolved 2.7.0 release of c++ rest sdk. https://github.com/microsoft/cpprestsdk/releases/tag/v2.7.0
Comments
Post a Comment