Skip to content

Commit

Permalink
Fix build for c++
Browse files Browse the repository at this point in the history
  • Loading branch information
j123b567 committed Feb 1, 2023
1 parent e882505 commit c91cb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libscpi/inc/scpi/cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extern "C" {

#if defined(__cplusplus)
# if (__cplusplus >= 199711)
# define CXX98
# define CXX98 1
# endif
#endif

Expand Down

0 comments on commit c91cb65

Please sign in to comment.