Variadic versions of all the vector200 map50 stuff
Hello,
I'm currently tracking down all the slowdowns I encounter when using
boost in my Visual Studio solutions. Much of the slowdowns seem to
happen, because there's a wide inclusion-usage of
On 09/19/13 08:06, Michael Steinberg wrote:
Hello, I'm currently tracking down all the slowdowns I encounter when using boost in my Visual Studio solutions. Much of the slowdowns seem to happen, because there's a wide inclusion-usage of
throughout boost. This seems to be a replicate of , which is not as much used, but equally evil. Inclusion of any of these headers leads to a 20MB increase in Visual Studio IntelliSense database size. [snip] With the advent of variadic-enabled compilers (Visual Studio 2013RC just arrived), is anybody working on making this mpl-stuff variadic? [snip] This post:
http://article.gmane.org/gmane.comp.parsers.spirit.general/26005 mentions one, and there's been on in sandbox for several years: http://svn.boost.org/svn/boost/sandbox/variadic_templates/boost/mpl/ HTH. -Larry
participants (2)
-
Larry Evans
-
Michael Steinberg