Skip to content

Commit 9e56517

Browse files
committed
Squash two sections #if !bit_CONFIG_STRICT at bottom for non-standard extensions (#8, thanks @electricbrass)
1 parent 148edc8 commit 9e56517

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/nonstd/bit.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,14 +1056,10 @@ inline T as_native_endian( T v ) bit_noexcept
10561056

10571057
}} // namespace nonstd::bit
10581058

1059-
#endif // !bit_CONFIG_STRICT
1060-
10611059
//
10621060
// Make extensions available in namespace nonstd:
10631061
//
10641062

1065-
#if !bit_CONFIG_STRICT
1066-
10671063
namespace nonstd
10681064
{
10691065
using bit::big_endian_type;

0 commit comments

Comments
 (0)