Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    Even if it is out-dated (which I dispute), it is still perfectly serviceable. I still use a Factory based on MC++D's in a new C++14 project to great effect! Moreover, the Factory and Singleton patterns are probably the least out-dated parts. While pieces of Loki like Function and the type manipulations can be replaced with std::function and <type_traits> and while lambdas, threading, rvalue refs have implications that may require some minor tweaking, there is no standard replacement for singletons of factories as he describes them. Commented Feb 3, 2017 at 19:27