Experimental generic factory library for C++11/14/17.
This code will eventualy form the basis of a formal proposal to add a generic factories to the C++ standard library (https://github.com/viboes/std-make/blob/master/doc/proposal/factories/DXXXX_factories.md).
This code is undocumented, untested, constantly changing, and generally not fit for any use whatsoever.
Branches | Build | Tests coverage |
---|---|---|
Master: |
Most of the source code in this project are mine, and those are under the Boost Software License. I have borrowed the hana::type
class.
The code is known to work on the following compilers:
- Clang 3.2 -std=c++11
- Clang 3.5 -std=c++11 -std=c++1y
- GCC 4.7.2, 4.8.0, 4.8.1, 4.8.2 -std=c++11
- GCC 4.9.0 -std=c++11 -std=c++1y
- GCC 4.9.1 -std=c++11 -std=c++1y
Many thanks to Agustín K-ballo Bergé.