Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到 Andrei Alexandrescu 展示了他的“ScopeGuard”机制的两个版本——一个在 C++11 之前,一个在 C++11 之后;并且第一个版本是 Loki 库的一部分,而第二个版本是 Facebook 的愚蠢库的一部分 -直到最近,Alexandrescu 才被使用(感谢@JerryCoffin 指出那条消息)。但是Loki 网站并没有说明这种联系,Loki维基百科页面也没有。愚蠢的 Readme.md也没有- 愚蠢的资源也没有。
那么这些库是否与我上面描述的相关?