Skip to content
Snippets Groups Projects
Commit b94009a6 authored by Henrich Lauko's avatar Henrich Lauko
Browse files

rst: Fix interface annotation of term lifter.

parent 422ffb50
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ namespace __dios::rst::abstract {
}
#define __lift( name, T ) \
_LART_NOINLINE static Term lift_one_ ## name( T value ) noexcept { \
_LART_INTERFACE static Term lift_one_ ## name( T value ) noexcept { \
return lift( value ); \
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment