mirror of
https://github.com/boostorg/beast.git
synced 2026-01-27 01:32:18 +01:00
fix #941, fix #1016 `get_lowest_layer` is now a type alias for the lowest layer instead of a struct with a nested type. Actions required: * Replace instances of `typename get_lowest_layer<T>::type` with `get_lowest_layer<T>`.