commit | 01d3f18ea8b377ddef4007cce11d8c8b77bfa8b9 | [log] [tgz] |
---|---|---|
author | Roland McGrath <mcgrathr@fuchsia.infra.roller.google.com> | Wed May 12 03:51:22 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 11 20:52:26 2021 -0700 |
tree | f06500b02a22ac6722acbfec42a913387b84cc0a | |
parent | 277a9fc3315a3d8cd103541f47f835161b5d367c [diff] |
[roll] Roll fuchsia [sync] Make public API C++ constructors constexpr-friendly These types are not useful in actual constexpr contexts, but they should very much be used in (C++20) constinit contexts and the [[clang::require_constant_initialization]] attribute provides those same semantics today. Both the attribute and the C++20 feature require user-defined constructors be declared constexpr. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/528511 Original-Revision: a70d5d99bcd43f84a73ff83d96987674d56abc9f GitOrigin-RevId: 642ff79eff3e5f9ed7d22aac45e348706981d07f Change-Id: Ic9d2cbf80b900fb2dca426e604071a842e51c4b1
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.