> I believe that there are other places besides bswap.h that we could use the > functionality provided by a configuration system. One example would be the > enabling of C++11 features if a compiler is present that supports them. > RValue references and move semantics not only make code easier to read but > also provide performance improvements.
I may be missing something, but wouldn't the presence of conditional code that does or does not use C++11 features depending on whether or not they're available undo any readability features that using the features enabled? As I said in the original thread, I'm mostly ignorant of Cmake (which I sense you're advocating more strongly for than autoconf). I'd be curious to hear others' opinions on it. -Brad ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
