mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Revert "Fix compilation on OS-X."
This reverts commit cde28074a1
.
We now have a c++14 compiler.
Fixes GH-626
This commit is contained in:
parent
6f3a695b3f
commit
ff612876c5
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ void IntervalVal::ValDescribe(ODesc* d) const
|
||||||
{
|
{
|
||||||
using unit_word = std::pair<double, const char*>;
|
using unit_word = std::pair<double, const char*>;
|
||||||
|
|
||||||
static const std::array<unit_word, 6> units = {
|
constexpr std::array<unit_word, 6> units = {
|
||||||
unit_word{ Days, "day" },
|
unit_word{ Days, "day" },
|
||||||
unit_word{ Hours, "hr" },
|
unit_word{ Hours, "hr" },
|
||||||
unit_word{ Minutes, "min" },
|
unit_word{ Minutes, "min" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue