Mentions légales du service

Skip to content

support for C++11 and C+17 attributes

Michele Martone requested to merge attributes into master

Support attributes in double square brackets. [ attribute-list ]] (since C++11) [[ using attribute-namespace : attribute-list ]] (since C++17) See https://en.cppreference.com/w/cpp/language/attributes

Signed-off-by: Michele Martone michelemartone@users.sourceforge.net

Merge request reports