Branch data Line data Source code
1 : : #include "mutable/Options.hpp" 2 : : 3 : : #include <iostream> 4 : : 5 : : 6 : : using namespace m; 7 : : 8 : : 9 : 3162 : Options & Options::Get() 10 : : { 11 [ + + + - ]: 3162 : static Options the_options; 12 : 3162 : return the_options; 13 : : }