language-extension
DatatypeContexts Deprecated in Latest GHC: Why?
I was just doing some Haskell development and I recompiled some old code on a new version of GHC: The Glorious Glasgow Haskell Compilation System, version 7.2.1[详细]
2023-04-05 10:05 分类:问答C++ Modules - why were they removed from C++0x? Will they be back later on?
I just discovered this old C++0x draft about modules in C++0x. The idea was to get out of the current .h/.cpp system by writing only .cpp files which would then generate module files during compilati[详细]
2023-01-14 07:58 分类:问答What C GNU-isms exist?
I was recently porting a project from GCC to clang(in which I fixed a number of C GNU-isms). This got me thinking: what C GNU-isms(ext开发者_运维知识库ensions to the C language supported in GCC, which[详细]
2022-12-18 08:34 分类:问答