mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
@ -4,6 +4,7 @@ Version 51
|
||||
* Tidy up file_body
|
||||
* Fix file_body::get() not setting the more flag correctly
|
||||
* Use BOOST_FALLTHROUGH
|
||||
* Use BOOST_STRINGIZE
|
||||
|
||||
API Changes:
|
||||
|
||||
|
@ -9,9 +9,7 @@
|
||||
#define BEAST_VERSION_HPP
|
||||
|
||||
#include <beast/config.hpp>
|
||||
|
||||
#define BEAST_QUOTE(arg) #arg
|
||||
#define BEAST_STR(arg) BEAST_QUOTE(arg)
|
||||
#include <boost/config.hpp>
|
||||
|
||||
/** @def BEAST_API_VERSION
|
||||
|
||||
@ -22,7 +20,7 @@
|
||||
*/
|
||||
#define BEAST_VERSION 50
|
||||
|
||||
#define BEAST_VERSION_STRING "Beast/" BEAST_STR(BEAST_VERSION)
|
||||
#define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION)
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user