Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.97 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.97 KB

ofxModernCpp

motivation

C++17 is good but C++17 with oF is a little difficult.

linb::any

tl::expected

  • Github TartanLlama
  • Version: 1.0!
  • License: Public Domain [CC0] (To the extent possible under law, Simon Brand has waived all copyright and related or neighboring rights to the optional library. This work is published from: United Kingdom.)

tl::optional

  • Github: TartanLlama/optional

  • Version: 1.0!

  • License: Public Domain [CC0] (To the extent possible under law, Simon Brand has waived all copyright and related or neighboring rights to the optional library. This work is published from: United Kingdom.)

mpark::variant

How to use

every libraries are included in ofx::modern_cpp.

If you want to use simply then use below:

#include "ofxModernCpp.h"
namespace ofx { using namespace modern_cpp; };

License

  • Boost Software License 1.0