Skip to content
  • Guillaume Roguez's avatar
    build: prefer default constructor than assignement · 54a7a162
    Guillaume Roguez authored
    Replace "type var = {}" by "type var {}" that does the same,
    but by the default constructor than using the assignement-constructor
    explicitly. This can cause troubles on some compilers.
    
    Change-Id: I2e5b965d46490085eb99b133b228a08d94ec735d
    Tuleap: #744
    54a7a162