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