Highlighting: typedef vs. using

Sysprogs forums Forums VisualGDB Highlighting: typedef vs. using

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13330
    Ophidian14
    Participant

    typedef std::pair<int,  int> IntPair;  // IntPair is highlighted blue-green everywhere

    using IntPair = std::pair<int, int>;  // IntPair is not highlighted blue-green anywhere

    #13333
    support
    Keymaster

    Hi,

    No problem, please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.3.18.1977.msi

    #13334
    Ophidian14
    Participant

    Thank you!  It’s working.  Just renewed my support license for 2018 as well.

    #13336
    support
    Keymaster

    Hi,

    No problem, thanks for renewing. If you encounter any further problems, feel free to contact us again.

    #20305
    Ophidian14
    Participant

    I had to reinstall VisualGDB and I don’t have this build any more.  It is also gone from the download site.  It says temporary builds are deleted when the functionality is moved into the release build.  But the highlighting is not working again.  I downloaded VisualGDB-5.3r8-trial.msi.  What to do?

    #20306
    support
    Keymaster

    Hi,

    No problem, please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.1.2081.msi

     

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.