-
Notifications
You must be signed in to change notification settings - Fork 74
Port to Windows Runtime #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
AMDG
In Christ, |
4d5f94c to
7d073b8
Compare
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? |
|
AMDG On 03/09/2015 11:20 PM, John Sebastian Peterson wrote:
Okay.
My concern wasn't so much compiling for WinRT In Christ, |
|
k i get it |
|
AMDG By array I meant unsigned char[sizeof(result)]. In Christ, |
|
done
it doesn't accept that type
|
because it's rarely used
|
AMDG The most recent version of the WinRT #ifdefing compile-c-c++ In Christ, |
|
u need to add /ZW boostorg/build#62 |
|
AMDG On 03/13/2015 04:03 PM, John Sebastian Peterson wrote:
I'm NOT building for WinRT. In Christ, |
|
k so winapifamily.h is included for all vc 2013 builds then https://github.com/jp9000/OBS/blob/master/extras/winapifamily.h#L34 |
|
I've rebased this and applied it to develop. |
CryptGenRandom isn't in WinRT https://github.com/mirror/boost/issues/5#issuecomment-77984515