Giter Site home page Giter Site logo

Comments (5)

grisumbras avatar grisumbras commented on May 29, 2024

Can you point to a the page where we suggest using namespace std; ? I can't find it anywhere in the sources.

using namespace boost::json; is something we do for the documentation. Otherwise all snippets would have had very long identifiers that are harder to read. We also omit necessary includes for snippets to work. It's done to just remove clutter. We do not actually suggest you do that in your code.

I personally only use using namespace for namespaces that are meant for that (namespaces with special operator overloads like std::chrono_literals or namespaces with special variables like std::placeholders). And for other namespaces I just use aliases e.g. namespace json = boost::json;.

Now, to your actual question. Vinnie called it string, because it's for JSON strings, simple as that.

from json.

dannypike avatar dannypike commented on May 29, 2024

I saw it in the Quick Look. It's at the end of the first paragraph.

I thought I must have misunderstood something.

Reading it again now, I can see your point that it's only to reduce clutter. I took it as a suggestion that this is the way that I should write the code. Thanks for the clarification!

from json.

grisumbras avatar grisumbras commented on May 29, 2024

I saw it in the Quick Look. It's at the end of the first paragraph.

I triple checked, but there's no using namespace std; specifically there.

from json.

RoyBellingan avatar RoyBellingan commented on May 29, 2024

//sometimes you have multiple json lib at the same time so...
namespace bj = boost::json;

from json.

dannypike avatar dannypike commented on May 29, 2024

Yes, thank you. That's what I'm doing now. I was just a bit confused by what I read in the "Quick Look", is all.

from json.

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.