~irrequietus/clause/master

« back to all changes in this revision

Viewing changes to readme.txt

  • Committer: George Makrydakis
  • Date: 2016-08-08 01:21:01 UTC
  • Revision ID: git-v1:4dc96a8472e90b1c40b669d2a1a78420c2088295
Altered readme(s) for C++14 notice as default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * ppmpf (preprocessor metaprogramming framework)
10
10
 * ample (another metaprogramming library etude)
11
11
 
12
 
There are no third party library dependencies other than very minimal C++11
 
12
There are no third party library dependencies other than very minimal C++14
13
13
standard library support (to almost none) for using this library. However, it
14
 
is very important that you use a fully C++11 compliant compiler. Sections
15
 
of the library are written for C++14 and C++1z (post C++14) may be present and
16
 
are enabled through --enable-cxx14 / --enable-cxx1z during build configuration
17
 
and properly marked within the source code, but are not necessary for the use
18
 
of the library.
 
14
is very important that you use a fully C++14 compliant compiler. Library is
 
15
transitioning in an "unstable" manner from C++11 to C++14 and beyond but
 
16
build system will provide hints.
19
17
 
20
18
Testing the code available
21
19
--------------------------
60
58
Reporting bugs and other issues
61
59
-------------------------------
62
60
 
63
 
Please report any issues over at https://github.com/irrequietus/clause/issues,
64
 
mailing list at https://launchpad.net/~clause-developers
 
61
Please report any issues over at https://github.com/irrequietus/clause/issues
65
62
 
66
63