Skip to content

Commit

Permalink
Add implementation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Oct 20, 2014
1 parent 9bbe1d2 commit 7c51475
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Implementation.rst
@@ -0,0 +1,17 @@
Implementation notes
====================

Code use C++14 extensively.

For now code is made to be compiled with:

* >=clang 3.4
* >=g++-4.9.1

Due to the limitations in g++, these features cannot be used:

* Relaxed constexpr functions
* Variable templates

Due to a bug in CLang, what I call universal enable_if cannot be used and the
dummy value must be used instead.

0 comments on commit 7c51475

Please sign in to comment.