https://bugs.kde.org/show_bug.cgi?id=360348

            Bug ID: 360348
           Summary: Cannot inspect stuff inside failing static_assert
           Product: kdevelop
           Version: git master
          Platform: Compiled Sources
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: CPP (Clang-based)
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: aspotas...@gmail.com

In the following code, hovering "type_info" outside of static_assert() displays
info about this class. However, the same does not work when hovering
"type_info" inside static_assert().

=====
#include <typeinfo>

std::type_info *x;
static_assert(sizeof(std::type_info) == 16, "Size of type_info is not 16");


Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to