]> git.tdb.fi Git - builder.git/blobdiff - source/gnucxxcompiler.h
Implement PackageManager::get_package
[builder.git] / source / gnucxxcompiler.h
index 45b152f3e76544acca2ba1a703494b11cf404579..314bb510e9ceb233d97fb91d3c7536b194f7acfb 100644 (file)
@@ -3,11 +3,17 @@
 
 #include "gnucompiler.h"
 
+/**
+The GNU C++ compiler, commonly known as g++.
+*/
 class GnuCxxCompiler: public GnuCompiler
 {
 public:
        GnuCxxCompiler(Builder &, const Architecture &);
+private:
+       void query_version();
 
+public:
        virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
        virtual Target *create_source(const Msp::FS::Path &) const;
 };