Skip to content

Commit

Permalink
Hopefully fix issue #300 caused by MSVC changing what diagnostic
Browse files Browse the repository at this point in the history
it prints.
  • Loading branch information
ned14 committed Jun 14, 2024
1 parent 9d86631 commit f5a45b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/html
Submodule html updated 471 files
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 c79bd04d216b1c918dcebba66cf4de5fd67b1cb8
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-06-14 10:41:17 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE c79bd04d
#define OUTCOME_PREVIOUS_COMMIT_REF 9d86631b47fcd1c1aad84511793d8ef1d729a693
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-06-14 10:51:48 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 9d86631b
2 changes: 1 addition & 1 deletion test/compile-fail/issue0071-fail.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* clang-format off
(error: no matching function for call to .+::basic_result|error: no matching constructor for initialization of 'result<udt>'|cannot convert argument 1 from 'int')
(error: no matching function for call to .+::basic_result|error: no matching constructor for initialization of 'result<udt>'|cannot convert argument 1 from 'int'|no overloaded function could convert all the argument types)
clang-format on
Expand Down

0 comments on commit f5a45b6

Please sign in to comment.