Skip to content

Commit

Permalink
[MDAPI-80] [C++][IPF] Implement custom fields in InstrumentProfile
Browse files Browse the repository at this point in the history
IsolatedInstrumentProfile
  • Loading branch information
AnatolyKalin committed Jul 17, 2024
1 parent b080662 commit d2142c4
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ namespace IsolatedString {
* @throws GraalException if something happened with the GraalVM.
*/
bool release(const char *string);

std::unique_ptr<const char, decltype(&release)> toUnique(const char *string);

} // namespace IsolatedString

namespace IsolatedStringList {
Expand Down
Loading

0 comments on commit d2142c4

Please sign in to comment.