diff options
author | Timothy Flynn <trflynn89@pm.me> | 2023-01-28 11:12:54 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-29 00:02:45 +0000 |
commit | b0a4df76deec339cf20d16587eef4dcbf2112e36 (patch) | |
tree | a382610d235695988c86091319dc2b6360cb203b /Userland/Libraries/LibWeb/SVG/SVGGraphicsElement.h | |
parent | e4158d8555232afeba312872abf6e36f4149bd0f (diff) | |
download | serenity-b0a4df76deec339cf20d16587eef4dcbf2112e36.zip |
LibJS: Define Date constants such that translation units don't copy them
Variables that are constexpr must be delcared inline in the global
namespace to prevent copying them.
The static keyword is meaningless on variables in headers in the global
namespace. Declare the static bigint as extern and define it out-of-line
instead.
Diffstat (limited to 'Userland/Libraries/LibWeb/SVG/SVGGraphicsElement.h')
0 files changed, 0 insertions, 0 deletions