Skip to content

Commit 1930864

Browse files
committed
{ to )
1 parent b17b33d commit 1930864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fwdpp/ts/types/tree_sequence.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ namespace fwdpp
4747
tree() const
4848
{
4949
// FIXME: should be nullopt if no more trees
50-
return std::optional<const marginal_tree<SignedInteger>&>{
51-
std::cref(tree_)};
50+
return std::optional<const marginal_tree<SignedInteger>&>(
51+
std::cref(tree_));
5252
}
5353
#endif
5454
};

0 commit comments

Comments
 (0)