Commit Graph

6 Commits

Author SHA1 Message Date
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
18b8c4bb18 Catching up with N4078 2014-06-28 00:31:36 +02:00
f99618f09b Added ref-qualifiers to some accessors 2014-06-03 23:07:19 +02:00
9a0013d668 Optional's Assignment fixed
[SVN r28412]
2005-04-22 13:28:34 +00:00
38c609e126 New License
[SVN r20607]
2003-11-03 02:59:08 +00:00
a1d8949039 *** empty log message ***
[SVN r19997]
2003-09-10 15:47:00 +00:00