Minor doc update

This commit is contained in:
Peter Dimov
2021-11-17 04:11:15 +02:00
parent 3d877a1fca
commit 3b4045c149

View File

@@ -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 ); }
```