C++/CLI and >=VS2015
Hi, I am having the same issue. Did you manage to fix the error, or did you roll back to the older version of boost? Best regards, -- kwitee -- Sent from: http://boost.2283326.n4.nabble.com/Boost-Users-f2553780.html
On Tue, 8 Jan 2019 at 16:55, kwitee via Boost-users < boost-users@lists.boost.org> wrote:
Hi, I am having the same issue. Did you manage to fix the error, or did you roll back to the older version of boost?
If you just stick to the obsolete version of boost, that is contemporary to the obsolete version of MSVC you choose [or are obliged] to use, you will have no (or little) problems. degski -- *“If something cannot go on forever, it will stop" - Herbert Stein*
On Tue, Jan 8, 2019 at 10:25 AM degski via Boost-users
On Tue, 8 Jan 2019 at 16:55, kwitee via Boost-users
wrote: Hi, I am having the same issue. Did you manage to fix the error, or did you roll back to the older version of boost?
If you just stick to the obsolete version of boost, that is contemporary to the obsolete version of MSVC you choose [or are obliged] to use, you will have no (or little) problems.
Along these same lines, everything I've been reading about C++/CLI is that it has "grown" into obsolescence of sorts. Microsoft has focused mainly on the netcore with even netstandard being sort of the tail that wags the dog, replete with all the tooling, etc, etc, and so on. With that CLI seems to have been forgotten about, as have other stacks along the way, WinForms, WPF, etc. Some of which are garnering attention after community push back. However, CLI remains on of those corner cases that have been neglected in the process in my estimation. This becomes evident when curious about whether I could write a C++/CLI assembly targeting netstandard, for instance. I do not think it is possible at this time. Perhaps reconsider whether CLI is necessary a necessary stack at this point, notwithstanding how much of a dependency on Boost or other libraries that you've assumed. Any more with netcore/netstandard compiler improvements, it's debatable, I think. HTH, good luck!
degski -- “If something cannot go on forever, it will stop" - Herbert Stein _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost-users
Did you manage to fix the error,
Yes, search for closed issues on GitHub, there you'll find a discussion with a link to fixed files and a patch that was integrated into trunk.
________________________________
From: Boost-users
Thank you kindly. For anyone else having the same problems, the mentioned
github issue is this one: https://github.com/boostorg/type_traits/issues/99
út 8. 1. 2019 v 17:25 odesílatel Stian Zeljko Vrba
Did you manage to fix the error,
Yes, search for closed issues on GitHub, there you'll find a discussion with a link to fixed files and a patch that was integrated into trunk. ------------------------------ *From:* Boost-users
on behalf of kwitee via Boost-users *Sent:* Tuesday, January 8, 2019 12:02:27 PM *To:* boost-users@lists.boost.org *Cc:* kwitee *Subject:* Re: [Boost-users] C++/CLI and >=VS2015 Hi, I am having the same issue. Did you manage to fix the error, or did you roll back to the older version of boost?
Best regards, -- kwitee
-- Sent from: http://boost.2283326.n4.nabble.com/Boost-Users-f2553780.html _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (6)
-
degski
-
kwitee
-
liong@gmx.ch
-
Michael Powell
-
Stian Zeljko Vrba
-
The Kwitee