allendaicool / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

creating raw_buffer<T, any_space_tag> should generate an error #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This shouldn't compile:

#include <thrust/detail/raw_buffer.h>

int main(void)
{
    thrust::detail::raw_buffer<int, thrust::any_space_tag> b(10);
}

Original issue reported on code.google.com by wnbell on 18 Jan 2010 at 3:00

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r767.

Original comment by jaredhoberock on 31 Jan 2010 at 12:23