dannyedel / dspdfviewer

Dual-Screen PDF Viewer for latex-beamer
http://dspdfviewer.danny-edel.de
GNU General Public License v2.0
218 stars 27 forks source link

Compiler/GNU-GCC: Test for c++11 flag, not version #152

Closed dannyedel closed 8 years ago

dannyedel commented 8 years ago

This completely replaces the version-number-based detection for c++11 support, and simply tries the command line switches "-std=c++11" and "-std=c++0x" in order.

fixes #151