English
I have case where the order of the USE statements have a huge effect on the compiler's memory usage.
The attached archive contains two folders, one called memory_usage and another called build_memory_usage. To build the example it should be as simple as:
$ cd build_memory_usage $ cmake ../memory_usage $ make
Hence, it is necessary to have cmake installed to build the test examples.