mcmtroffaes / inipp

Simple C++ ini parser.
MIT License
280 stars 53 forks source link

Make a new release, since the last available tag fails to build #30

Open barracuda156 opened 4 months ago

barracuda156 commented 4 months ago

The last tag fails to build:

In file included from In file included from /opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_inipp/inipp/work/inipp-1.0.12/unittest/test.h/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_inipp/inipp/work/inipp-1.0.12/unittest/test.h::11:
:
/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_inipp/inipp/work/inipp-1.0.12/inipp/inipp.h:48:30:/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_inipp/inipp/work/inipp-1.0.12/inipp/inipp.h:48:30: error: expected expression
                             [&loc](CharT ch) { return !std::isspace(ch, loc); })); 
                             ^
error: expected expression
                             [&loc](CharT ch) { return !std::isspace(ch, loc); }));
                             ^
/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_inipp/inipp/work/inipp-1.0.12/inipp/inipp.h:54:30: error: expected expression
                             [&loc](CharT ch) { return !std::isspace(ch, loc); }).base(),
                             ^
/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_inipp/inipp/work/inipp-1.0.12/inipp/inipp.h:54:30: error: expected expression
                             [&loc](CharT ch) { return !std::isspace(ch, loc); }).base(),
                             ^

However the latest c61e699682d3f1091209c2179f1d03f5fc593327 commit builds fine.

Could you make a new release?

mcmtroffaes commented 4 months ago

Yes, it's been a while... I'll try to get to it in the coming month.