docs: described optional reference binding issues

This commit is contained in:
Andrzej Krzemienski
2014-05-08 21:50:41 +02:00
parent f94846ccc5
commit 1c9775a9d9
9 changed files with 181 additions and 24 deletions

View File

@ -46,7 +46,7 @@ Distributed under the Boost Software License, Version 1.0.
[section Introduction]
This library can be used to represent 'optional' (or 'nullable') objects and safely pass them by value:
This library can be used to represent 'optional' (or 'nullable') objects that can be safely passed by value:
optional<int> readInt(); // this function may return either an int or a not-an-int