You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace CPPREST_TARGET_XP with version checks, remove ""s, and other cleanup (microsoft#1187)
* Audit for "" and use std::string default ctor instead.
* Fix Linux ambiguity.
* Exclude common build directories.
* Replace CPPREST_TARGET_XP with checks against _WIN32_WINNT to allow more fine grained controls going forward (e.g. assume Win10).
Also fix a few typos.
* Delete CASABLANCA_UNREFERENCED_PARAMETER and attempt Linux compile fix.
* Defend NOMINMAX.
* Another _WIN32 guard.
* With && this time.
* Fix more spelling errors.
* Optimize trim_nulls slightly.
* And actually make the optimization correct this time.
* Fix unit test failure.
* clang-format
0 commit comments