We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5777afe commit e02e26aCopy full SHA for e02e26a
1 file changed
lib/extpp/compiler.rb
@@ -55,7 +55,7 @@ def check_cxx
55
def check_version
56
return unless gcc?
57
58
- checking_for(checking_message("g++ version"), "%g%s") do
+ checking_for(checking_message("C++ compiler version"), "%g%s") do
59
version = 0.0
60
std = nil
61
0 commit comments