Forum Rule: Always post complete source code & details to reproduce any issue!
-
'unique_ptr' in namespace 'std' does not name a template type
I am trying to duplicate what they are doing in this example https://github.com/OPEnSLab-OSU/SSLClient/issues/34
When I try to compile this I get the following and error
'unique_ptr' in namespace 'std' does not name a template type
with the Teensy 4.1.
Any ideas?
Thanks
Bruce
-
Did you #include <memory>?
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules