2023OSSLteam / 2023OSSLteam/StockTrading

우수 고객 확인 시 발생하는 에러와 makefile을 이용한 컴파일 시 발생하는 경고문 해결 확인 바랍니다.

Abierto
#23 1 comentario 0 reacciones 0 asignados Ver en GitHub
bug
Lenguaje dominante
C++
Estrellas
1
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

## 목적

## 작업 상세 내용
우수 고객 확인할 때 만약 총 금액이 같다면 map이 중복을 막는 바람에 넣을 수가 없어서 map을 multimap으로 교체하였으며 makefile을 이용할 때 auto const& [key,val]가 c++17에서의 기능이여서 경고문이 발생하여서 makefile에 CFLAGS = -std=c++17 -Wall -g -I./include로 수정함으로써 경고문이 나오지 않게 하였습니다.
## Reference

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

The issue mentions replacing a map with a multimap for handling duplicate total amounts in customer identification, and modifying a Makefile's CFLAGS to use -std=c++17 to resolve warnings. Look for the customer identification logic and the Makefile in the repository root. Check the compilation warnings and test the multimap change to ensure it resolves the error without breaking existing functionality.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
cpp
Área
backend
Tipo de issue
Error
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.