Skip to content

New Feature Offering: Compilers versions comparation #345

@coralkashri

Description

@coralkashri

I have a new cool feature to offer. In addition to choosing a compiler version, an ability to choose a versions comparison which will add a note to every line that will show which version was the last to modify this line by the compiler.
E.g.

Lambda expressions:

#include <iostream>

int main() {  
  class __lambda_4_3 {
    public: 
    inline /*constexpr */ void operator()() const { // Since C++17
    }
    
    using retType_4_3 = void (*)();
    inline /*constexpr */ operator retType_4_3 () const noexcept {  // Since C++17
      return __invoke;
    };
    
    private: 
    static inline void __invoke() {
    }
    
    public:
    // /*constexpr */ __lambda_4_3() = default; // Since C++20
    
  } __lambda_4_3{};
  
  return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions