一.python 的基本语法
注意super()的使用,成员函数的参数显示写出self,调用时不需要给出,允许多重继承。
<2> ubuntu 16.04 GCC5.4
#as GCC is too new
#add the line in the front of the CMakeLists.txt
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_FORCE_INLINES")
一.python 的基本语法
注意super()的使用,成员函数的参数显示写出self,调用时不需要给出,允许多重继承。
<2> ubuntu 16.04 GCC5.4
#as GCC is too new
#add the line in the front of the CMakeLists.txt
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_FORCE_INLINES")