Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include version header #315

Merged
merged 6 commits into from Oct 7, 2019
Merged

include version header #315

merged 6 commits into from Oct 7, 2019

Conversation

srz-zumix
Copy link
Owner

fix #314

@codecov
Copy link

codecov bot commented Sep 27, 2019

Codecov Report

Merging #315 into develop will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #315      +/-   ##
===========================================
+ Coverage    96.12%   96.12%   +<.01%     
===========================================
  Files          211      211              
  Lines        10376    10377       +1     
===========================================
+ Hits          9974     9975       +1     
  Misses         402      402
Impacted Files Coverage Δ
include/internal/iutest_stdlib.hpp 100% <ø> (ø) ⬆️
include/internal/iutest_option_message.hpp 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b042a55...529a15a. Read the comment docs.

Comment on lines +36 to +50
// <version> header
#if defined(__has_include)
# if __has_include(<version>)
# define IUTEST_HAS_CXX_HDR_VERSION 1
# endif
#endif

#if !defined(IUTEST_HAS_CXX_HDR_VERSION)
# define IUTEST_HAS_CXX_HDR_VERSION 0
#endif

#if IUTEST_HAS_CXX_HDR_VERSION
#include <version>
#endif

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment test

@srz-zumix srz-zumix merged commit 6ea5221 into develop Oct 7, 2019
@srz-zumix srz-zumix deleted the feature/cpp2a_version_header branch October 7, 2019 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant