From f70a6d9c2d25cfd4b1a3903803e6975fcec8adcf Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 8 Feb 2022 10:15:33 -0800 Subject: Implement TODO in beast source file Now that https://github.com/chriskohlhoff/asio/issues/533 is resolved and https://github.com/boostorg/beast/pull/2331 and https://github.com/boostorg/beast/pull/2337 Are merged and updated into yocto, we can get rid of this ugliness, and do as the author intends. Tested: Unit tests pass, code compiles. Header changes only. Signed-off-by: Ed Tanous Change-Id: Ifa61053c5a7e7fe9b5b0232614e8daa9741b1d6c --- src/boost_beast.cpp | 46 +--------------------------------------------- 1 file changed, 1 insertion(+), 45 deletions(-) (limited to 'src') diff --git a/src/boost_beast.cpp b/src/boost_beast.cpp index 0c275a63b1..149761046f 100644 --- a/src/boost_beast.cpp +++ b/src/boost_beast.cpp @@ -1,45 +1 @@ -/* -TODO(ed) This file is largely copied from boost/beast/src.hpp -Unfortuately the test streams don't compile with -fno-rtti at the moment, so -those files are commented out -*/ - -#define BOOST_BEAST_SOURCE - -#include - -#include -#include -//#include -//#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include \ No newline at end of file -- cgit v1.2.3