Coder Social home page Coder Social logo

Comments (4)

JosephP91 avatar JosephP91 commented on May 18, 2024

Hi @TcT2k !
another user found this issue, but I thought it was solved #18
Can you show me your code example? Thank you!

from curlcpp.

wise86-android avatar wise86-android commented on May 18, 2024

I think that as the last comment on issue #18 say the problem is that you are keeping a reference to a temporary object (the string that is create when you pass a const char* to a function that require a string).
you have 2 option:
1 - use a constructor with an RValue (as write in issue #18)
2 - accept a string and not a string reference for force the compiler to copy it, and then move the string inside the pair class.

@TcT2k try if this commit fix the problem: wise86-android@be68022

from curlcpp.

JosephP91 avatar JosephP91 commented on May 18, 2024

@TcT2k is this issue solved?

from curlcpp.

JosephP91 avatar JosephP91 commented on May 18, 2024

@TcT2k any news?

from curlcpp.

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.