aboutsummaryrefslogtreecommitdiff
path: root/create_lts.py
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2024-04-04 08:04:25 -0700
committerCopybara-Service <copybara-worker@google.com>2024-04-04 08:05:38 -0700
commit377de9d710c69a8bd6fdfc67ab3aa71d5f987251 (patch)
tree2acd4085735851114aae958dd242c9bd2ea0c955 /create_lts.py
parentd5e426097680beafbf72d6c88f50a680736ec770 (diff)
downloadabseil-377de9d710c69a8bd6fdfc67ab3aa71d5f987251.tar.gz
abseil-377de9d710c69a8bd6fdfc67ab3aa71d5f987251.tar.bz2
abseil-377de9d710c69a8bd6fdfc67ab3aa71d5f987251.zip
Deprecate `absl::exchange`, `absl::forward` and `absl::move`, which
were only useful before C++14. Callers should use `std::exchange`, `std::forward` and `std::move` instead. One thing to note is that some compilers issue warnings about pessimizing and redundant moves. Some compilers were able to apply this analysis to std::move but not absl::move. If you get a warning about one of these issues now that absl::move is an alias for std::move, you should remove this use of move. See https://developers.redhat.com/blog/2019/04/12/understanding-when-not-to-stdmove-in-c PiperOrigin-RevId: 621861324 Change-Id: I60f98b59be5ff425bd17fbce43d9218c361720c2
Diffstat (limited to 'create_lts.py')
0 files changed, 0 insertions, 0 deletions