thomasmoelhave / tpie

Templated Portable I/O Environment
Other
112 stars 24 forks source link

node datastructure #204

Closed yjwoo14 closed 8 years ago

yjwoo14 commented 8 years ago

I found a case where get_datastructure throw an error "attempted to get non-registered datastructure" although the datastucture was registered.

The simple example is committed in a new branch. tpie/apps/pipelining_datastructures/pipelining_datastructures.cpp

yjwoo14 commented 8 years ago

Fixed.