lib:boost
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
lib:boost [2020/04/16 11:20] – [Migrer de boost vers std] : complétion de std::regex root | lib:boost [2020/07/05 00:37] (Version actuelle) – [boost::asio::execution_context] : code -> gh root | ||
---|---|---|---|
Ligne 22: | Ligne 22: | ||
* Toujours en fonctionnement. En attente s'il n'a plus de travail à faire. | * Toujours en fonctionnement. En attente s'il n'a plus de travail à faire. | ||
- | [[https:// | + | {{gh>https:// |
+ | {{gh> | ||
+ | |||
+ | {{gh> | ||
====boost:: | ====boost:: | ||
===boost:: | ===boost:: | ||
Ligne 70: | Ligne 73: | ||
* '' | * '' | ||
- | <note important>'' | + | <WRAP center round important |
+ | '' | ||
+ | </WRAP> | ||
* boost::ref et std::ref. | * boost::ref et std::ref. | ||
Ligne 118: | Ligne 123: | ||
} | } | ||
</ | </ | ||
- | |||
- | ===variant=== | ||
===optional=== | ===optional=== | ||
Ligne 141: | Ligne 144: | ||
===variant=== | ===variant=== | ||
- | Non testé la migration. | + | <code cpp> |
+ | boost:: | ||
+ | double d = boost:: | ||
+ | double *d = boost:: | ||
+ | </ | ||
+ | |||
+ | devient | ||
+ | |||
+ | <code cpp> | ||
+ | std:: | ||
+ | double d = std:: | ||
+ | double *d = std:: | ||
+ | </ | ||
+ | |||
+ | '' | ||
+ | |||
+ | Attention, '' | ||
===tuple=== | ===tuple=== | ||
Ligne 180: | Ligne 199: | ||
'' | '' | ||
'' | '' | ||
+ | |||
+ | * Deprecated | ||
+ | |||
+ | '' | ||
+ | |||
+ | [[https:// | ||
===thread=== | ===thread=== | ||
Ligne 194: | Ligne 219: | ||
Peut se remplacer sans problème par un '' | Peut se remplacer sans problème par un '' | ||
+ | |||
+ | ===algorithm=== | ||
+ | * string | ||
+ | |||
+ | <code cpp> | ||
+ | std::string str; | ||
+ | return boost:: | ||
+ | </ | ||
+ | |||
+ | devient | ||
+ | |||
+ | <code cpp> | ||
+ | std::string str; | ||
+ | std:: | ||
+ | return std:: | ||
+ | </ | ||
+ | |||
+ | ===boost:: | ||
+ | |||
+ | '' |
lib/boost.1587028824.txt.gz · Dernière modification : 2020/04/16 11:20 de root