Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 3 of 3

Thread: 'unique_ptr' in namespace 'std' does not name a template type

  1. #1
    Senior Member
    Join Date
    Feb 2015
    Posts
    184

    '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

  2. #2
    Did you #include <memory>?

  3. #3
    Senior Member
    Join Date
    Feb 2015
    Posts
    184
    Winner winner...thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •