Uh oh!
There was an error while loading. Please reload this page.
Port to Windows Runtime - #17
Conversation
swatanabe
commented
Mar 10, 2015
AMDG
In Christ, |
4d5f94c to
7d073b8Comparejohn-peterson
commented
Mar 10, 2015
i fixed it
i fixed the config to the same as https://github.com/boostorg/asio/blob/master/include/boost/asio/detail/config.hpp so it should work
there's no winrt compiler that doesn't support auto
do they have an rt compiler?
the namespaces comes from /ZW
doesn't seem so edit: maybe they can throw an exception? should they be in a try/catch? |
swatanabe
commented
Mar 10, 2015
AMDG On 03/09/2015 11:20 PM, John Sebastian Peterson wrote:
Okay.
My concern wasn't so much compiling for WinRT In Christ, |
john-peterson
commented
Mar 10, 2015
k i get it |
swatanabe
commented
Mar 11, 2015
AMDG By array I meant unsigned char[sizeof(result)]. In Christ, |
john-peterson
commented
Mar 11, 2015
done
it doesn't accept that type
|
because it's rarely used
swatanabe
commented
Mar 13, 2015
AMDG The most recent version of the WinRT #ifdefing compile-c-c++ In Christ, |
john-peterson
commented
Mar 13, 2015
u need to add /ZW boostorg/build#62 |
swatanabe
commented
Mar 13, 2015
AMDG On 03/13/2015 04:03 PM, John Sebastian Peterson wrote:
I'm NOT building for WinRT. In Christ, |
john-peterson
commented
Mar 13, 2015
k so winapifamily.h is included for all vc 2013 builds then https://github.com/jp9000/OBS/blob/master/extras/winapifamily.h#L34 |
swatanabe
commented
Mar 14, 2015
I've rebased this and applied it to develop. |
CryptGenRandom isn't in WinRT https://github.com/mirror/boost/issues/5#issuecomment-77984515