$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [beast] Formal review
From: Artyom Beilis (artyom.beilis_at_[hidden])
Date: 2017-07-10 08:52:27
> The code contains several foreign files with different licensing
> conditions:
>
>
> * include/beast/websocket/detail/utf8_checker.hpp
Note: there are public header only UTF-8 API in Boost.Locale - I
suggest to use one instead of reimplementing/borrowing one.
Artyom