CLang code formatting fails with namespaces

Sysprogs forums Forums VisualGDB CLang code formatting fails with namespaces

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27348
    dedvalson
    Participant

    Hi,

    The following code will not format with the CLang Advanced formatter. Nothing the uses namespaces like this will. A “Value does not fall within the expected range” error appears (see screenshot)

    namespace foo {
    
        int bar() {
            return 0;
        }
    }
    
    
    
    • This topic was modified 4 years, 2 months ago by support. Reason: formatting
    Attachments:
    You must be logged in to view attached files.
    #27362
    support
    Keymaster

    Hi,

    Thanks for sharing the repro instructions. We have successfully reproduced and fixed the issue in the following build: VisualGDB-5.5.3.3506.msi

     

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