Skip to content

Commit

Permalink
adding version header (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Jan 4, 2025
1 parent e297f7c commit d696f95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ada/common_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
#ifndef ADA_COMMON_DEFS_H
#define ADA_COMMON_DEFS_H

// https://en.cppreference.com/w/cpp/feature_test#Library_features
// detect C++20 features
#include <version>

#ifdef _MSC_VER
#define ADA_VISUAL_STUDIO 1
/**
Expand Down

0 comments on commit d696f95

Please sign in to comment.