View Single Post
Old 12-18-2017, 03:58 PM   #388
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,184
Default

Quote:
Originally Posted by fundorin View Post
I've changed from

to

and this error has gone.
But, because when I first imported the project, I've chose to update SDK version and something else for it, I now get a couple of other ones, some of which might be related to the update of the project:
Yeah, you can't do that and get the needed C++17 features.

Turns out std::byte was introduced in C++17 and that conflicts with Windoze, fixed now, just re-clone and you should be good.
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote