gnu: Boost: Build with C++14.
authorLeo Famulari <leo@famulari.name>
Tue, 4 Dec 2018 21:39:28 +0000 (16:39 -0500)
committerLeo Famulari <leo@famulari.name>
Wed, 5 Dec 2018 19:16:17 +0000 (14:16 -0500)
commita7ff66998f6e0eeb5da485bab7f6e0b55a46651e
tree0d11cbaf392dc0ce39b5790ebcd0b7ce3521f539
parente8de4b1f5fe4f7fdc0c16664e1e6c159755b99dc
gnu: Boost: Build with C++14.

Some parts of Boost which are used by other Guix packages require C++14 support.

Fixes <https://bugs.gnu.org/33605>.

* gnu/packages/boost.scm (boost)[arguments]: Pass 'cxxflags=-std=c++14'
to #:make-flags.
gnu/packages/boost.scm