|
9d3f2fa825
|
Doc: spelling fix from jsjohns
|
2015-03-13 22:53:47 +01:00 |
|
|
726b227aa9
|
operator<< improvements
|
2015-01-21 00:10:51 +01:00 |
|
|
b5ae4bf78d
|
Added performance notes to documentation
|
2014-12-06 19:27:53 +01:00 |
|
|
53e53171c4
|
none_t is no loner constructible from literal 0
This caused problems because:
optional<T> o = 0;
always worked. But often it would create an uninitialized optional.
|
2014-11-22 01:18:25 +01:00 |
|
|
a913650322
|
Doc typeo fixes + 1 test fix
|
2014-09-12 11:57:44 +02:00 |
|
|
9edf2ddac1
|
docs: fixed requirements in value_or()
|
2014-06-16 14:23:34 +02:00 |
|
|
31c9119266
|
value_or() requires that U is convertible to T
Due to Vladimir Batov.
|
2014-06-14 22:49:37 +02:00 |
|
|
07bdbc3743
|
docs: optional<T> == nont_t requirements
|
2014-06-08 20:51:55 +02:00 |
|
|
befd3970d7
|
docs -- expanded tutprial section
|
2014-06-08 16:23:35 +02:00 |
|
|
fdc98d17ca
|
Added limited emplace() for older compilers
|
2014-06-06 23:24:43 +02:00 |
|
|
dec71d338d
|
Cleaned up docs
|
2014-06-06 00:53:15 +02:00 |
|
|
3dd614fd91
|
Reorganized docs. Minor code fix wrt opt refs
|
2014-06-04 18:13:06 +02:00 |
|