2023OSSLteam / 2023OSSLteam/StockTrading

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

オープン
#23 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
C++
スター
1
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

## 목적

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
cpp
領域
backend
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。