summaryrefslogtreecommitdiff
path: root/src/compat/option.hpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-05fix indentation in option.hppgumi1-8/+8
2018-03-05make OMATCH use actual values instead of true/false (too lazy to just remove ...gumi1-3/+3
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-9/+40
2014-11-19Magically allow "break" within WITH_VARBen Longbons1-3/+6
2014-10-18Fix bug where Option destroys too muchBen Longbons1-1/+4
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-4/+50
2014-10-13Add OPTION_IS_SOME branching macroBen Longbons1-1/+11
2014-10-04Implement Option<T> and Borrowed<T>Ben Longbons1-0/+376