rmcantin / bayesopt

BayesOpt: A toolbox for bayesian optimization, experimental design and stochastic bandits.
GNU Affero General Public License v3.0
396 stars 92 forks source link

Fixing "cannot convert std::stdistream to bool" (#18) #19

Closed usptact closed 6 years ago

usptact commented 6 years ago

According to Porting Guide GCC 6 as mentioned in: https://stackoverflow.com/questions/38659115/make-fails-with-error-cannot-convert-stdistream-aka-stdbasic-istreamchar

rmcantin commented 6 years ago

Thanks. This should be fixed in commit 1326549b68f27801b79984ca227f4183d984107d with a more portable solution.