How to Install librange-v3-dev in Ubuntu 18.04



Install librange-v3-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install librange-v3-dev

Description:

range algorithms, views, and actions for C++11/14/17 - headers

Range-v3 is a generic library that augments the existing standard library with facilities for working with ranges. A range can be loosely thought of a pair of iterators. This library provides a full implementation of all the standard algorithms with range-based overloads for convenience. . This package contains headers of the library.

Homepage: https://github.com/ericniebler/range-v3

Version: 0.3.5-1

Section: universe/libdevel