-
-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed