-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Pull in latest VW flatbuffer parser API changes/fixes
* Also implement a mechanism to manage collisions between RL and VW api_status.h
- Loading branch information
Showing
4 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
Submodule vowpal_wabbit
updated
8 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#pragma once | ||
|
||
#include "vw/core/api_status.h" | ||
#include "vw/core/error_constants.h" | ||
|
||
#ifdef RETURN_ERROR | ||
#undef RETURN_ERROR | ||
#endif | ||
|
||
#ifdef RETURN_ERROR_ARG | ||
#undef RETURN_ERROR_ARG | ||
#endif | ||
|
||
#ifdef RETURN_ERROR_LS | ||
#undef RETURN_ERROR_LS | ||
#endif | ||
|
||
#ifdef RETURN_IF_FAIL | ||
#undef RETURN_IF_FAIL | ||
#endif |