Skip to content

Commit

Permalink
Add feature test macro
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Jun 12, 2021
1 parent 83957fd commit b3116f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stl/inc/yvals_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,10 @@
#define __cpp_lib_unwrap_ref 201811L
#endif // _HAS_CXX20

#if _HAS_CXX23
#define __cpp_lib_adaptor_iterator_pair_constructor 202106L
#endif // _HAS_CXX23

#ifndef _M_CEE
#if _HAS_CXX20
#define __cpp_lib_execution 201902L // P1001R2 execution::unseq
Expand Down

0 comments on commit b3116f8

Please sign in to comment.