fear

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: clang intellisense broken #32891
    fear
    Participant

    I have reinstalled visual studio, deleted all registry and appdatas folders of visualgdb, uninstalled visual gdb
    installed visual studio and visual gdb again and it still happens, doesnt look like anti tampering protection
    I did just recently update to windows 11 and install visual studio 2022

    • This reply was modified 1 year, 9 months ago by fear.
    in reply to: clang intellisense broken #32889
    fear
    Participant

    why do I need support status for something that makes the product literally unusable, doing anything without intellisense is pointless

    in reply to: clang intellisense broken #32882
    fear
    Participant

    even on visualgdb 5.6, it still happens
    I even fresh installed and made a new project
    steps to reproduce:
    create new linux project
    download fmt library
    include format-inl.h and chrono.h
    result in attachment

    you can also do
    int test(int tes)
    {
    return 0;
    }
    std::thread thr;
    thr = std::thread(test,2);
    to get no matching constructor for initialization of ‘std::thread’

    • This reply was modified 1 year, 9 months ago by fear.
    Attachments:
    You must be logged in to view attached files.
Viewing 3 posts - 1 through 3 (of 3 total)