mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Added section to README.md and minor fixes
This commit is contained in:
parent
6141a24473
commit
37b65c0939
7 changed files with 83 additions and 40 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "clipp.h"
|
||||
#include <tuple>
|
||||
#include <functional>
|
||||
#include <type_traits>
|
||||
|
|
@ -77,6 +76,7 @@ namespace gdpm{
|
|||
return sl;
|
||||
}
|
||||
|
||||
|
||||
inline opts_t unwrap(const var_opts& opts){
|
||||
opts_t o;
|
||||
std::for_each(opts.begin(), opts.end(), [&o](const var_opt& opt){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue