When i compile unit-conversions.cpp with VS 2015 compiler, I get this error:-
"unit-conversions.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj" .
I think we should configure this in cmake to compile this file with /bigobj.
VS 2015 configuration:-
Debug mode
Platform :- x64
Here is the screenshot of the same:-

When i compile unit-conversions.cpp with VS 2015 compiler, I get this error:-
"unit-conversions.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj" .
I think we should configure this in cmake to compile this file with /bigobj.
VS 2015 configuration:-
Debug mode
Platform :- x64
Here is the screenshot of the same:-
