mirror of
https://github.com/boostorg/system.git
synced 2025-08-03 14:24:28 +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) { \
|
||||
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 ); }
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user