mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
e7c43ce242
* 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 |
||
---|---|---|
.. | ||
_themes/sol2 | ||
api | ||
media | ||
tutorial | ||
benchmarks.rst | ||
cmake.rst | ||
codecvt.rst | ||
compilation.rst | ||
conf.py | ||
containers.rst | ||
errors.rst | ||
exceptions.rst | ||
features.rst | ||
functions.rst | ||
index.rst | ||
licenses.rst | ||
mentions.rst | ||
origin.rst | ||
performance.rst | ||
rtti.rst | ||
safety.rst | ||
threading.rst | ||
traits.rst | ||
usertypes.rst |