dxx-rebirth/common
Kp 23a899cf0e Adjust valptridx for clang static_assert limitation
valptridx contains `static_assert` statements of the form:

	static_assert(var.m, "");

where `var` is a non-`constexpr` reference and `m` is a `static
constexpr` member of a base type of `var`.  gcc recognizes that a
`static constexpr` member is a constant expression and permits this.
clang rejects this, presumably because `var` is not a `constexpr`
variable.  In the almost 3 years since this was added, clang has not
improved to permit this usage.  Rather than continuing to suppress
static_assert in clang, rewrite this expression to be less clear, but be
compatible with clang.
2018-05-05 22:33:55 +00:00
..
2d Remove build_colormap_good parameter used 2018-03-08 04:21:18 +00:00
3d
arch Merge pull request #376 "Update SDLMain.m" to github/master 2018-04-23 05:09:52 +00:00
editor Simplify calls to gr_set_default_canvas 2017-11-05 20:49:08 +00:00
include Adjust valptridx for clang static_assert limitation 2018-05-05 22:33:55 +00:00
main Add support for shuffling powerups in anarchy games 2018-04-12 04:19:35 +00:00
maths Pass vms_matrix &to vms_matrix_from_quaternion 2018-03-31 21:53:01 +00:00
mem
misc
texmap
ui Convert various gr_set_current_canvas calls to reference form 2017-11-05 20:49:08 +00:00