Skip to content

Commit

Permalink
Address issue #288 where core-result test was incorrectly marked
Browse files Browse the repository at this point in the history
to use precompiled headers.
  • Loading branch information
ned14 committed Aug 15, 2023
1 parent 0c5b665 commit 6441e40
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test" AND NOT outcome_IS_DEPENDENCY AND (
list_filter(outcome_TESTS EXCLUDE REGEX "constexprs")
set(outcome_TESTS_DISABLE_PRECOMPILE_HEADERS
"outcome_hl--coroutine-support"
"outcome_hl--core-result"
"outcome_hl--fileopen"
"outcome_hl--hooks"
"outcome_hl--outcome-int-int-1"
Expand Down
6 changes: 3 additions & 3 deletions include/outcome/detail/revision.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Distributed under the Boost Software License, Version 1.0.
*/

// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define OUTCOME_PREVIOUS_COMMIT_REF 018620768577911c9b259275a5957525d55ad09a
#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-08-15 12:55:27 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 01862076
#define OUTCOME_PREVIOUS_COMMIT_REF 0c5b66518c843fabba9925e8750e80a5724f0918
#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-08-15 14:26:16 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 0c5b6651
6 changes: 3 additions & 3 deletions single-header/outcome-basic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -996,9 +996,9 @@ Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt)
*/
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define OUTCOME_PREVIOUS_COMMIT_REF 0bedf671c04467d66219454bd9a61d0bfbb99242
#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-07-20 08:20:32 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 0bedf671
#define OUTCOME_PREVIOUS_COMMIT_REF 0c5b66518c843fabba9925e8750e80a5724f0918
#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-08-15 14:26:16 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 0c5b6651
#define OUTCOME_V2 (QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2))
#ifdef _DEBUG
#define OUTCOME_V2_CXX_MODULE_NAME QUICKCPPLIB_BIND_NAMESPACE((QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2d)))
Expand Down
6 changes: 3 additions & 3 deletions single-header/outcome-experimental.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1021,9 +1021,9 @@ Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt)
*/
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define OUTCOME_PREVIOUS_COMMIT_REF 0bedf671c04467d66219454bd9a61d0bfbb99242
#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-07-20 08:20:32 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 0bedf671
#define OUTCOME_PREVIOUS_COMMIT_REF 0c5b66518c843fabba9925e8750e80a5724f0918
#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-08-15 14:26:16 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 0c5b6651
#define OUTCOME_V2 (QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2))
#ifdef _DEBUG
#define OUTCOME_V2_CXX_MODULE_NAME QUICKCPPLIB_BIND_NAMESPACE((QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2d)))
Expand Down
6 changes: 3 additions & 3 deletions single-header/outcome.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1020,9 +1020,9 @@ Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt)
*/
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define OUTCOME_PREVIOUS_COMMIT_REF 0bedf671c04467d66219454bd9a61d0bfbb99242
#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-07-20 08:20:32 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 0bedf671
#define OUTCOME_PREVIOUS_COMMIT_REF 0c5b66518c843fabba9925e8750e80a5724f0918
#define OUTCOME_PREVIOUS_COMMIT_DATE "2023-08-15 14:26:16 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 0c5b6651
#define OUTCOME_V2 (QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2))
#ifdef _DEBUG
#define OUTCOME_V2_CXX_MODULE_NAME QUICKCPPLIB_BIND_NAMESPACE((QUICKCPPLIB_BIND_NAMESPACE_VERSION(outcome_v2d)))
Expand Down

0 comments on commit 6441e40

Please sign in to comment.