[libsigcplusplus] Update README to remove mention of m4.



commit 1849f43c43d3ea9e9ea5bcef80751133e930bb33
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Mar 13 20:30:33 2016 +0100

    Update README to remove mention of m4.

 README |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/README b/README
index d5c52b2..26a72e5 100644
--- a/README
+++ b/README
@@ -39,11 +39,8 @@ Overview of the distribution:
    examples/                         examples of various signal functions
    
    sigc++/                           source for library
-      sigc++/macros/                 .m4 files used to auto-generate source files
       sigc++/functors/               source for library (various functors)
-      sigc++/functors/macros/        .m4 files used to auto-generate source files
       sigc++/adaptors/               source for library (various adaptors)
-      sigc++/adaptors/macros/        .m4 files used to auto-generate source files
    
    build/                            auxiliary files for building
    
@@ -54,8 +51,4 @@ Overview of the distribution:
 
 Compatibility:
 
-   Compatible compilers must support C++11, such as the decltype() specifier.
-
-   All releases are tested with the gcc (g++) compiler.
-   Release 2.3.2 has been tested with gcc 4.8.2, clang 3.4 and MS Visual C++ 2010.
-   Release 2.5.1 has been tested with gcc 4.9.2, clang 3.6.0 and MS Visual C++ 2013.
+   Compatible compilers must support C++14, such as the decltype(auto) specifier.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]