~fluxbox-maintainers/fluxbox/development

Viewing all changes in revision 5985.

  • Committer: Mathias Gumz
  • Date: 2016-11-05 21:38:47 UTC
  • Revision ID: git-v1:61e951617ce7983cfb6ba476d0db290bfd0a5c3e
add automake helpers to enforce --std=cxx11

switching to std::unique_ptr<> in 52c9f62 caused some trouble for
users of "older" compilers: they needed to add the --std=cxx11 flag
by hand. to make life more convenient, m4/ax_cxx_compile_stdcxx.m4
and m4/ax_cxx_compile_stdcxx_11.m4 are added to do the right thing.

in my tests, the last "good" compiler is gcc-4.8, gcc-4.7 does not
support the required c++11 standard.

clang++-3.5 also works.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: