ptal / expected

What did you expect?
113 stars 18 forks source link

[Monads] Add specialization for xxx_traits<category::default_> for all the concepts #59

Closed viboes closed 10 years ago

viboes commented 10 years ago

Tis specialization is intended to provide default implementation for some operations.

Make the other specializations inherit from the default one so that if in the future an operation with a default implementation is added there is no impact.

These operations are something like defined virtual functions.

viboes commented 10 years ago

https://github.com/ptal/Boost.Expected/commit/13b6fe0f8ea2ced955bda8b9ef0f8a29b8d15854