Closed david50407 closed 8 years ago
/Users/Davy/Code/GitHub/chewing-editor/src/exporter/ChewingExporter.cpp:28:24: error: expected '('
:UserphraseExporter{path}
^
just replace {}
with ()
?
IMO there exist no reason to use uniform initialization syntax here.
And clang++ haven't implement noexcept
yet...
maybe it will be possible with gcc on osx: http://braumeister.org/formula/gcc if yes, then the readme.md should be updated.
@Chocobo1 yes! I got it compiled on my GCC6 on OS X. (I haven't tried other version of GCC)
It seems that
clang++
on OS X haven't support some C++11 syntax yet?clang++ --version
: