Skip to content

Commit

Permalink
BINDINGS/C++: Always suppress C4251 in sail-c++.h
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Nov 8, 2023
1 parent 23ccbe7 commit 20152fa
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/bindings/sail-c++/sail-c++.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@

#include <sail-manip/manip_common.h>

#ifdef SAIL_BUILD
#include <sail-c++/suppress_begin.h>
#include <sail-c++/suppress_c4251.h>
#include <sail-c++/suppress_begin.h>
#include <sail-c++/suppress_c4251.h>

#ifdef SAIL_BUILD
#include <sail-c++/abstract_io_adapter.h>
#include <sail-c++/io_base_private.h>
#include <sail-c++/utils_private.h>
Expand Down Expand Up @@ -70,8 +70,6 @@
#include <sail-c++/utils.h>
#include <sail-c++/variant.h>

#ifdef SAIL_BUILD
#include <sail-c++/suppress_end.h>
#endif
#include <sail-c++/suppress_end.h>

#endif

0 comments on commit 20152fa

Please sign in to comment.