grantila / q

A platform-independent promise library for C++, implementing asynchronous continuations.
http://libq.io
Apache License 2.0
192 stars 24 forks source link

64-bit visual studio build does not work #5

Closed rogierschouten closed 7 years ago

rogierschouten commented 7 years ago

Problem:

Solution:

Issue:

rogierschouten commented 7 years ago

By the way, thank you for creating this - it's a relief to be able to use real promises in C++

grantila commented 7 years ago

Thanks!

I'll have a look at the default arguments being used, to see if this can be elegantly fixed for all targets.

grantila commented 7 years ago

CMake cannot output a solution file for multiple architectures, according to http://stackoverflow.com/a/28370892/1498550 Will push an updated README for up-to-date CMake build instructions.