boost: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:10:28 +00:00
parent 10adc91b45
commit 80584e1ba0

View file

@ -15,8 +15,6 @@ class Boost < Formula
depends_on "icu4c"
needs :cxx14
def install
# Force boost to compile with the desired compiler
open("user-config.jam", "a") do |file|