Project

General

Profile

« Previous | Next » 

Revision 75863554

Added by shyouhei (Shyouhei Urabe) over 5 years ago

comma at the end of enum is a C++11ism

Comma at the end of enum is allowed in C since C99. We can use them
internally. However when it comes to extension libraries, they could be
written in different C++ versions. We cannot assume sometihng. Public
headers shall keep compatibilities.