mirror of
https://github.com/boostorg/optional.git
synced 2026-07-22 13:53:43 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c0648f5f2d | |||
| ca44adf389 | |||
| 8bc4a16933 | |||
| aaabe89a69 | |||
| d46b9c3f77 | |||
| 881bf8da26 |
@@ -10,7 +10,6 @@ on:
|
||||
|
||||
env:
|
||||
UBSAN_OPTIONS: print_stacktrace=1
|
||||
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
|
||||
|
||||
jobs:
|
||||
posix:
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
[section:relnotes Release Notes]
|
||||
|
||||
[heading Boost Release 1.xx]
|
||||
[heading Boost Release 1.92]
|
||||
|
||||
* Fixed regression in the copy-initialization of `optional<bool>`. This fixes [@https://github.com/boostorg/optional/issues/146 issue #146].
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ struct MyBool
|
||||
struct MyExplicitBool
|
||||
{
|
||||
bool b;
|
||||
explicit MyExplicitBool (bool b) : b(b) {}
|
||||
MyExplicitBool (bool b) : b(b) {}
|
||||
operator bool() const { return b; };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user