最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

gnat - Where exactly is space missing here for `-gnatyt`? - Stack Overflow

programmeradmin5浏览0评论

Code extract:

      Signs : constant array (1 .. 2, 1 .. 2) of Sign :=
        [[Sign (Left.Lower_Bound), Sign (Left.Upper_Bound)],
         [Sign (Right.Lower_Bound), Sign (Right.Upper_Bound)]];

The error message is ieee1788.adb:347:10: (style) space required [-gnatyt], which is about the middle line.

For gnatformat it is fine.

I tried to add a space, between the brackets and after the second bracket, but always get the same error/ one that there are too many spaces then.

发布评论

评论列表(0)

  1. 暂无评论