mirror of
https://github.com/boostorg/parameter.git
synced 2026-01-22 17:32:33 +00:00
Compare commits
3 Commits
boost-1.64
...
boost-1.65
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
247536c841 | ||
|
|
a2da4c32f5 | ||
|
|
a3b5ce8a93 |
@@ -339,6 +339,7 @@ struct arg_list : Next
|
||||
template <class Default>
|
||||
reference operator[](lazy_default<key_type, Default>) const
|
||||
{
|
||||
BOOST_MPL_ASSERT_NOT((holds_maybe));
|
||||
return arg.value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user