Coder Social home page Coder Social logo

Comments (6)

mosra avatar mosra commented on May 11, 2024

Hi, thanks for the report (and thanks for going an extra way with the bisect)! πŸ‘

I did a similar workaround for Clang 3.8 in d26b546 and assumed that this, having it worked on the venerable GCC 4.7, would work on all newer GCCs as well (it does work on 8 again)...

I'll look around if I have some GCC 5 around to test on, in the meanwhile can you try removing the noexcept specifier from the operator=? That should make it work.

from corrade.

xqms avatar xqms commented on May 11, 2024

Works without the noexcept πŸ‘

from corrade.

mosra avatar mosra commented on May 11, 2024

Just tested locally with GCC 5.5 and there it works. Turns out to be a bug/non-conformance in libstdc++ < 5.5: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58265 Now I'm not sure why it worked on 4.7 (probably the compiler just didn't care back then).

I pushed a fix in c32b096 (it's the next branch at the moment, not master yet). Could you verify it works, please? Thank you!

from corrade.

xqms avatar xqms commented on May 11, 2024

next compiles just fine for me.

from corrade.

mosra avatar mosra commented on May 11, 2024

Thanks for the confirmation! Merged into master now.

from corrade.

xqms avatar xqms commented on May 11, 2024

That was quick, thanks! :-)

from corrade.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.