Skip to content

Commit

Permalink
include <ciso646> moved from fwd.h
Browse files Browse the repository at this point in the history
  • Loading branch information
OleErikPeistorpet committed Jun 6, 2024
1 parent bbfc811 commit 9604bd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions auxi/core_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

#include "../fwd.h"

#ifdef _MSC_EXTENSIONS
#include <ciso646> // and, or
#endif
#include <type_traits>
#include <utility> // for declval

Expand Down
5 changes: 0 additions & 5 deletions fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)


#ifdef _MSC_EXTENSIONS
#include <ciso646>
#endif


/** @file
* @brief Error handling macros and forward declarations, including is_trivially_relocatable (for user classes)
*/
Expand Down

0 comments on commit 9604bd6

Please sign in to comment.