mirror of
https://github.com/boostorg/system.git
synced 2025-08-05 15:24:27 +02:00
Minor doc update
This commit is contained in:
@@ -927,7 +927,7 @@ constexpr` source location object each time:
|
|||||||
|
|
||||||
```
|
```
|
||||||
#define ASSIGN_ZLIB_ERROR(ec, r) { \
|
#define ASSIGN_ZLIB_ERROR(ec, r) { \
|
||||||
static BOOST_CONSTEXPR boost::source_location loc = BOOST_CURRENT_LOCATION; \
|
BOOST_STATIC_CONSTEXPR boost::source_location loc = BOOST_CURRENT_LOCATION; \
|
||||||
assign_zlib_error( ec, r, &loc ); }
|
assign_zlib_error( ec, r, &loc ); }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user