std::string and fstream error #786
Unanswered
sheershak-agarwal
asked this question in
Q&A
Replies: 1 comment
-
What target are you compiling for? While F' core avoids usage of the stdlib for compatibility reasons, there's no reason why users can't use it. Since they're part of the compiler you shouldn't need any specific configuration to use them. What errors are you seeing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying use std::string and fstream libraries in f-prime but while compiling it throws an error. Can't I use external libraries with fprime? Or do I have change some settings to enable the use of external libraries?
Beta Was this translation helpful? Give feedback.
All reactions