sol2/docs/source
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
..
_themes/sol2 Ensure we're running in an RTD environment to prevent local doc builds from breaking. 2017-03-20 04:53:09 +02:00
api Docs note that MSVC Compilers may require /bigobj (#591) 2018-02-17 10:10:07 -05:00
media [ci skip] update benchmark graphs 2017-09-12 19:24:19 -04:00
tutorial Fixes #580 2018-02-08 23:19:45 -05:00
benchmarks.rst update docs and benchmarks to include images directly to cut down on doc build warnings 2017-09-12 19:15:23 -04:00
cmake.rst [ci-skip] heavy documentation updates. Closes #89 2016-05-13 11:50:06 -04:00
codecvt.rst update everything for the new cmake build, prepare for new .travis.yml and new appveyor.yml 2017-12-20 04:58:50 -05:00
compilation.rst fix destructor semantics of tests (fixes old iterator debug level problems) 2017-12-07 08:24:50 -05:00
conf.py add all safety and feature test macros, and improve feature safety definitions and configuration defines 2017-12-07 21:46:43 -05:00
containers.rst add additional CMake presentation 2018-02-08 00:40:34 -05:00
errors.rst fix destructor semantics of tests (fixes old iterator debug level problems) 2017-12-07 08:24:50 -05:00
exceptions.rst [ci-skip] improve docs 2017-11-04 09:59:59 -04:00
features.rst this mega commit prepares to fix all of the issues listed in the repository for the past 3 weeks 2017-08-05 19:20:28 -04:00
functions.rst [ci-skip] improve docs 2017-11-04 09:59:59 -04:00
index.rst [ci-skip] Update docs 2017-11-21 16:15:07 -05:00
licenses.rst Fixes #580 2018-02-08 23:19:45 -05:00
mentions.rst update docs and benchmarks to include images directly to cut down on doc build warnings 2017-09-12 19:15:23 -04:00
origin.rst [ci-skip] heavy documentation updates. Closes #89 2016-05-13 11:50:06 -04:00
performance.rst this mega commit prepares to fix all of the issues listed in the repository for the past 3 weeks 2017-08-05 19:20:28 -04:00
rtti.rst add smaller environment example that's easier to process 2017-10-02 17:32:58 -04:00
safety.rst stack_aligned_function cannot be influenced by SOL_SAFE_FUNCTION: it has different semantics and thus needs to remain unsafe. 2017-12-08 01:22:22 -05:00
threading.rst fix destructor semantics of tests (fixes old iterator debug level problems) 2017-12-07 08:24:50 -05:00
traits.rst [ci skip] link to a previous example so people can see it 2017-08-25 21:04:15 -04:00
usertypes.rst add code to steal guts and grab stuff from other frameworks. 2017-09-23 20:26:03 -04:00