File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4242 *
4343 * .. warning::
4444 *
45- * This has different semantics than ``[[assume(expr)]]`` as it WILL evaluate
46- * the expression at runtime. Hence you should conservatively only use this
47- * macro if ``expr`` is side-effect free and cheap to evaluate.
45+ * This has different semantics than ``[[assume(expr)]]`` as it WILL evaluate
46+ * the expression at runtime. Hence you should conservatively only use this
47+ * macro if ``expr`` is side-effect free and cheap to evaluate.
4848 *
4949 * \endrst
5050 */
Original file line number Diff line number Diff line change 6969 * .. note::
7070 *
7171 * This does not imply the c++'s `inline` keyword which also has an effect on
72- * linkage.
72+ * linkage.
7373 *
7474 * \endrst
7575 */
Original file line number Diff line number Diff line change 6363# TODO: Ensure that consumers of libfork have assert_dep
6464
6565pkg_mod = import (' pkgconfig' )
66+
6667pkg_mod.generate(
6768 libfork_lib,
6869 extra_cflags : lib_args,
You can’t perform that action at this time.
0 commit comments