Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I don't know if this is in topic for S.O. (may be more in programmers?) Anyway, Boost and ISO are two very different things. The "standard" is what the language "IS", and contains what is required to characterize the language for ANY purpose. Boost is a library that "extends" functionality to specific problems.</p> <p>Boost committee operate on "quality" of the code (not on its subject), the standard operates on the "spread" (assuming the quality is given). Not everything that is "good" is also "common". What boost does goes in the standard when it is found to be enough common. And does not go "the way boost did it". It goes in form of a specification that compiler distributor have to satisfy. </p> <p>Boost is written in a way that many compiler can work with it. The standard library is written in a way the compiler it goes with (or the family of compilers it goes with) plays better with it (and there are virtually a number as the compiler family can be out there). The kind of optimization and eventual low level tweaking is different.</p> <p>The fact that some boost libraries became part of the standard is not an automatic consequence. It's just a matter of coincidence of some "good ideas" that where found needed in virtually any code.</p> <p>That said, your intent is not necessarily wrong: it may happen for the particular subject you asked. But there is no "migration progress" from boost to the standard and no standard prerequisite that requires to be before in boost.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload