bolero-MURAKAMI / Sprout

C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.

Home Page:http://bolero-murakami.github.io/Sprout/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you let me know does this lib support Visual Studio?

nickyang4github opened this issue · comments

Could you let me know does this lib support Visual Studio? Thanks a lot.

Thanks for asking.

An answer is "partially yes".
You will some of the features of Sprout in VC++ can be used "at run time."
Many features are not available at compile time.
It is due to a bug in the VC++.

For example, VS2015 can not initialize the constexpr specified variable of non-integer by constant expression.
http://melpon.org/wandbox/permlink/mcJe62iNzmapWHks

But I would like to correspond as much as possible.
If you could not use function you want is in VC++, please report to me.

@bolero-MURAKAMI Thanks a lot, I‘ll try it in windows