Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fix bug in move ctor/assignment.
|
|
Note that with VC small_list is never "small" because of the extra "headnode"
that this implementation allocates (see notes in small-list.mxx for details).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
C++17 deprecated uncaught_exception() and GCC 8 now issues a warning.
|
|
This works around an assertion in a modularized build with Clang.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The two boolean command line variables that control this are:
force_modules
force_std_modules
|
|
|
|
|
|
|
|
Note: gave up on VC about half way though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|