-
Notifications
You must be signed in to change notification settings - Fork 73
Latest changes to the URI #52
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
Hi Glyn, I use uri in a visual studio environment, unfortunately the latest "Given up hope of compiling MSVC 2013, so I'm removing the macros." seems #if defined(BOOST_NO_CXX11_NOEXCEPT) It noexcept seems to be a common issue - why not leave it back in - you http://stackoverflow.com/questions/18387640/how-to-deal-with-noexcept-in-visual-studio BTW the way I build is to use the CMake from a parallel folder cmake -D BOOST_ROOT=../boost_1_56_0/ -D Then I just fire up and build with visual studio and it used to work. BTW On Sat, Sep 20, 2014 at 2:37 PM, Glyn Matthews [email protected]
|
Glynn, $ git revert --no-commit b0a2568 seemed to do the trick, now I am back building with visual studio John On Sat, Sep 20, 2014 at 2:37 PM, Glyn Matthews [email protected]
|
…ros." This reverts commit b0a2568.
I did the revert, could you confirm that it works for you? |
Glynn, sorry for the tardy reply ,I just checked my email and ran a quick BTW, I'm not sure but is optional::reset not deprecated? I see that you All the best John On Sun, Sep 21, 2014 at 4:22 AM, Glyn Matthews [email protected]
|
John, |
My pleasure. John
|
I've periodically made some updates to the URI code over the last months (including the fixing errors related to the Boost.Optional situation). I'd appreciate it if you'd check and merge these changes, @deanberris.