mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fix build on macOS 10.14.2 (#1509)
This commit is contained in:
committed by
Peter Johnson
parent
f3864e9abb
commit
8ac4b113a5
@@ -625,6 +625,9 @@ TEST(Optional, example_rationale)
|
||||
optional<optional<T>> ot {in_place};
|
||||
optional<optional<T>> ou {in_place, nullopt};
|
||||
optional<optional<T>> ov {optional<T>{}};
|
||||
|
||||
(void) ot;
|
||||
(void) ou;
|
||||
|
||||
optional<int> oi;
|
||||
auto ooi = make_optional(oi);
|
||||
|
||||
Reference in New Issue
Block a user