Hi,
There is a problem while compiling CPPRest 2.3 on Mac OS X 10.8.5 with a conversion from NULL to nullptr_t:
```
...
cpprest/astreambuf.h:524:42: error: implicit conversion of NULL constant to 'nullptr_t' [-Werror,-Wnull-conversion]
...
```
I patched the CMakeList.txt to add -Wno-conversion-null flag to OSX_SUPPRESSIONS.
Best Regards,
Comments: Didn't receive any more information and I'm not seeing this bug. Closing out, if encountered again can be reactivated. Also I don't see any uses of NULL in astreambuf.h.
There is a problem while compiling CPPRest 2.3 on Mac OS X 10.8.5 with a conversion from NULL to nullptr_t:
```
...
cpprest/astreambuf.h:524:42: error: implicit conversion of NULL constant to 'nullptr_t' [-Werror,-Wnull-conversion]
...
```
I patched the CMakeList.txt to add -Wno-conversion-null flag to OSX_SUPPRESSIONS.
Best Regards,
Comments: Didn't receive any more information and I'm not seeing this bug. Closing out, if encountered again can be reactivated. Also I don't see any uses of NULL in astreambuf.h.