Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

bareopt Build Status

A simple subset of std::optional for c++11 and above. It should be mostly compatible with std::optional, except for the additional support to optional references.

This optional does not have:

  • constexpr support
  • conditionally explicit constructors
  • triviality propagation (except for destructor triviality)
  • relational operators
  • probably something else

Some of the tests have been taken from this optional implementation, which you should probably be using anyways.

About

A simple subset of std::optional for c++11 and above

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.