This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository aghermann.
commit 25e63f3a119461b08dd390d055518167f9265434 Author: Andrei Zavada <[email protected]> Date: Mon Sep 2 15:30:58 2013 +0300 configure.ac: check for delegating constructors c++11 feature --- upstream/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/upstream/configure.ac b/upstream/configure.ac index 2936fcb..737b0ea 100644 --- a/upstream/configure.ac +++ b/upstream/configure.ac @@ -32,6 +32,7 @@ ac_cv_cxx_cpp11_features, #include <algorithm> using namespace std; enum class fafa : int { ke, pi }; + class C { C(int) {} C(int x, int) : C(x) {} }; int main (int , char **) { void* p = nullptr; -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
