~roguescholar/boost/+git/range:feature/fix-test-failures

Last commit made on 2018-09-23
Get this branch:
git clone -b feature/fix-test-failures https://git.launchpad.net/~roguescholar/boost/+git/range

Branch merges

Branch information

Name:
feature/fix-test-failures
Repository:
lp:~roguescholar/boost/+git/range

Recent commits

b91cb90... by Peter Dimov <email address hidden>

Make min/max engine members constexpr in random_shuffle.hpp

7efe3c6... by Peter Dimov <email address hidden>

Fix msvc-10.0, msvc-11.0 failures in ref_unwrapped tests

357bf3b... by Peter Dimov <email address hidden>

Merge pull request #75 from morinmorin/add_adl_barrier_to_distance

Add ADL guard namespace for boost::distance(rng)

9192996... by morinmorin <email address hidden>

Add ADL guard namespace for boost::distance(rng).

70d1727... by neilgroves <email address hidden>

Merge pull request #71 from boostorg/pr/concepts-msvc-permissive-2

Change RandomAccessIteratorConcept to BidirectionalIteratorConcept to…

406226e... by Peter Dimov <email address hidden>

Change RandomAccessIteratorConcept to BidirectionalIteratorConcept to work around a MSVC bug

0553282... by neilgroves <email address hidden>

Merge pull request #70 from boostorg/pr/concepts-msvc-permissive-

Remove ill-formed MSVC-specific code that doesn't compile with /permi…

c24661a... by Peter Dimov <email address hidden>

Remove ill-formed MSVC-specific code that doesn't compile with /permissive-

4dd5ad0... by neilgroves <email address hidden>

Merge pull request #65 from VeroSoftware/develop

Fix Error C4596: 'difference_type': illegal qualified name in member declaration

f1906e9... by Nathan Cook <email address hidden>

use _MSC_VER to guard fix for C4596 when compiling with MSVC141