[installation] Change to nightly
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
template <typename T>
|
||||
T value(const boost::optional<T>& v) {
|
||||
T value(const Optional<T>& v) {
|
||||
if ( v )
|
||||
return *v;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user