boostorg / url

Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).
https://www.boost.org/doc/libs/master/libs/url/index.html
Boost Software License 1.0
185 stars 50 forks source link

Source files should not include header guards #819

Closed alandefreitas closed 8 months ago

alandefreitas commented 9 months ago

The .cpp files still have the header include guards ported from the old .ipp files.

#ifndef BOOST_URL_IMPL_PARAMS_REF_IPP

They should be removed.