angeloskath / supervised-lda

A flexible variational inference LDA library.
MIT License
22 stars 5 forks source link

shared_ptr constness #5

Open angeloskath opened 8 years ago

angeloskath commented 8 years ago

There are several cases in the codebase where shared_ptr<const T> was meant yet const shared_ptr<T> was used.