Files in directory /cxxomfort from the latest check-in

  • cxxomfort
  • tags
  • CHANGELOG.txt
  • CREDITS.txt
  • LICENSE.txt
  • README.txt

cxxcomfort Library for C++
--------------------------

C++ backports of the nifty utilities from C++11 and onwards
by Luis Machuca Bezzaza

Cxxomfort is a small, header-only library that backports features C++ Standards to previous versions, up to and including some library features from C++20 down to C++03.

It was written to facilitate my working with the evolving C++ standard as I was getting back into the language, but it evolved to fulfill a more general purpose. 

It is intended to reduce the amount and stress of code rewrite while at the same time assisting in backwards and forwards portability of code.

Documentation
-------------

Check the repository's web interface - 
https://ryan.gulix.cl/fossil.cgi/cxxomfort

Installation
------------

The overall installation procedure is as simple as this:

* clone repo
* open repo
* add the internal 'cxxomfort/' path to your compiler's #include settings

Usage
-----

Check the repository's web page as well as the 
C++ Reference wiki for information of various features that this 
library can provide:

* cxxomfort -- https://ryan.gulix.cl/fossil.cgi/cxxomfort/
* C++ Reference -- http://en.cppreference.com/

License
-------

Provided as-is under the terms of the MIT License. Read LICENSE.txt.

If you need an exception clause I'm open to discussion.