dashboard
repositories
filestore
activity
search
login
main
/
bomex
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added optimisation and test exchange selection in Makefile
Joel Grunbaum
2022-01-12
353657fa069326a4036f2c9872e420c85f44b4e9
[bomex.git]
/
bom.hpp
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "book.hpp"
#include <string>
#include <unordered_map>
namespace bom
{
void updateBom(std::unordered_map<std::string, book::Book>& bs);
}