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