parent
de76b31f9c
commit
5e550e88f8
11 changed files with 103 additions and 5 deletions
@ -0,0 +1,13 @@ |
||||
|
||||
#ifndef UPB_REFLECTION_HPP_ |
||||
#define UPB_REFLECTION_HPP_ |
||||
|
||||
#include "upb/reflection.h" |
||||
|
||||
namespace upb { |
||||
|
||||
typedef upb_msgval MessageValue; |
||||
|
||||
} // namespace upb
|
||||
|
||||
#endif // UPB_REFLECTION_HPP_
|
Loading…
Reference in new issue