- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Is it possible to forward declare TBB concurrent_queue?
I tried this:
namespace tbb { template< class T > class concurrent_queue; }
but that didnt work.
I want to forward declare it because I dont want my code user to have to #include TBB header file.
Is it possible to forward declare TBB concurrent_queue?
I tried this:
namespace tbb { template< class T > class concurrent_queue; }
but that didnt work.
I want to forward declare it because I dont want my code user to have to #include TBB header file.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - shachris23
Hi,
Is it possible to forward declare TBB concurrent_queue?
I tried this:
namespace tbb { template< class T > class concurrent_queue; }
but that didnt work.
I want to forward declare it because I dont want my code user to have to #include TBB header file.
Is it possible to forward declare TBB concurrent_queue?
I tried this:
namespace tbb { template< class T > class concurrent_queue; }
but that didnt work.
I want to forward declare it because I dont want my code user to have to #include TBB header file.
It's namespace tbb { template

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page