~roguescholar/boost/+git/yap:ref_t

Last commit made on 2018-03-03
Get this branch:
git clone -b ref_t https://git.launchpad.net/~roguescholar/boost/+git/yap

Branch merges

Branch information

Name:
ref_t
Repository:
lp:~roguescholar/boost/+git/yap

Recent commits

0a86d9b... by Zach Laine <email address hidden>

Add ref_t<>, a ref-wrapper type, to use in place of T & hana::tuple elements.

2982051... by Zach Laine <email address hidden>

Fix dangling references produced by evalaute(); simplify much of the
transform() implementation machinery.

4c6eaec... by Zach Laine <email address hidden>

Add missing message string to all static_asserts without them.

20dff65... by Zach Laine <email address hidden>

Fix expected number of allocations in lazy_vector_alloc_test.

0c79fbb... by Zach Laine <email address hidden>

Run Travis tests with ASAN_OPTIONS=alloc_dealloc_mismatch=0.

ef4bf4c... by Zach Laine <email address hidden>

Fix wrong case of build_type in Travis script.

3f51785... by Zach Laine <email address hidden>

Correct undefined behavior in operator new() in lazy_vector_alloc_test.

8ea88d2... by Zach Laine <email address hidden>

Use ASan, fix debug vs. release builds, and run examples in Travis builds.

64aeedb... by Zach Laine <email address hidden>

Add run_examples make target that does just what you'd expect.

2fcec35... by Zach Laine <email address hidden>

Add support for running ASan and UBSan.