sol2/docs
reworks e7c43ce242 Docs note that MSVC Compilers may require /bigobj (#591)
* Note that MSVC Compilers may require /bigobj

So when making heavy use of headers or templates, MSVC will error with ["Fatal Error C1128"](https://msdn.microsoft.com/en-us/library/8578y171.aspx). The solution is to use the [/bigobj](https://msdn.microsoft.com/en-us/library/ms173499.aspx) flag. This does, however, mean that, as per msvc docs, "Linkers that shipped prior to Visual C++ 2005 cannot read .obj files that were produced with /bigobj".

* Update usertype.rst
2018-02-17 10:10:07 -05:00
..
presentations add additional CMake presentation 2018-02-08 00:40:34 -05:00
source Docs note that MSVC Compilers may require /bigobj (#591) 2018-02-17 10:10:07 -05:00
make.bat The docs are here. 2016-03-11 17:47:15 -05:00
Makefile The docs are here. 2016-03-11 17:47:15 -05:00