ed
6b1695514e
Don't define static_assert for C++.
...
Even though _Static_assert() is pretty robust for C code, it cannot work
correctly with C++ code. This is due to the fact that C++ template
parameters may contain commas that are not enclosed in parentheses. For
example:
static_assert(foo<int, int>::bar == baz, "...");
This causes _Static_assert to be called with an excessive number of
parameters. If you want to use static_assert in C++, just use a C++11
compiler.
Reported on: current@, ports@
2011-12-29 14:41:17 +00:00
..
2010-07-06 03:48:46 +00:00
2008-08-06 14:02:05 +00:00
2010-02-16 19:46:46 +00:00
2011-07-10 14:03:13 +00:00
2010-02-16 19:39:50 +00:00
2011-11-20 14:45:42 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2011-12-29 14:41:17 +00:00
2011-10-17 05:41:03 +00:00
2011-11-13 17:07:26 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2010-03-24 15:59:51 +00:00
2007-11-28 22:09:12 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:28:10 +00:00
2011-12-20 22:56:13 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:28:10 +00:00
2011-02-25 00:04:39 +00:00
2011-10-21 06:41:46 +00:00
2010-03-31 02:12:24 +00:00
2011-09-27 16:33:17 +00:00
2009-10-05 07:11:19 +00:00
2009-10-06 14:05:57 +00:00
2011-03-04 19:28:27 +00:00
2011-11-20 14:45:42 +00:00
2011-12-25 20:51:40 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2011-12-13 13:32:56 +00:00
2010-02-16 19:28:10 +00:00
2010-02-16 19:39:50 +00:00
2010-04-04 08:31:03 +00:00
2011-02-25 00:04:39 +00:00
2011-03-06 17:45:37 +00:00
2011-02-07 21:26:46 +00:00
2011-01-06 03:30:16 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2010-11-13 10:38:06 +00:00
2011-12-13 13:32:56 +00:00
2007-06-03 17:20:27 +00:00
2010-02-16 19:39:50 +00:00
2011-11-20 14:45:42 +00:00
2010-01-05 02:37:59 +00:00
2010-02-16 19:39:50 +00:00
2011-12-13 13:32:56 +00:00
2008-06-19 07:30:32 +00:00
2010-02-16 19:39:50 +00:00
2011-12-25 20:51:40 +00:00
2011-12-26 23:33:41 +00:00
2011-12-25 20:15:41 +00:00
2010-02-16 19:39:50 +00:00
2011-12-28 05:35:33 +00:00
2011-12-26 18:55:37 +00:00
2011-12-25 20:51:40 +00:00
2010-02-16 19:39:50 +00:00
2010-01-04 18:46:54 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2010-11-02 17:00:56 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2010-02-16 19:39:50 +00:00
2011-12-23 15:00:37 +00:00
2010-09-30 03:16:35 +00:00
2010-02-16 19:39:50 +00:00
2010-01-13 17:29:55 +00:00
2008-09-15 23:47:19 +00:00
2010-02-16 19:39:50 +00:00
2011-11-13 16:18:48 +00:00
2011-11-12 20:45:10 +00:00
2011-11-20 14:45:42 +00:00