Constants not loaded by compiler

后端 未结 5 1350
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-04 19:49

I started studying POSIX timers, so I started also doing some exercises, but I immediately had some problems with the compiler. When compiling this code, I get some strange

5条回答
  •  萌比男神i
    2021-01-04 20:32

    Referring to the CLOCK_MONOTONIC not being defined problem:

    As Caterpillar pointed out this is an eclipse bug, more precisely a CDT-Indexer bug with a workaround at eclipse bugs, comment 12

提交回复
热议问题