diff options
author | Lioncash <mathew1800@gmail.com> | 2018-12-05 02:33:13 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-12-05 02:33:17 -0500 |
commit | edd9bfd54a098f22b2f3c3a75d137cb86ef9a5d0 (patch) | |
tree | 496b570e6e7dfe86c01b71cc667566d3eca79be1 /src/common/logging/backend.cpp | |
parent | db3200b515a0de78f500cd5850306f8960a776c5 (diff) |
system_archive: Use a regular function pointer instead of std::function for file-scope system archive array
This allows the array to be constexpr. std::function is also allowed to
allocate memory, which makes its constructor non-trivial, we definitely
don't want to have all of these execute at runtime, taking up time
before the application can actually load.
Diffstat (limited to 'src/common/logging/backend.cpp')
0 files changed, 0 insertions, 0 deletions