File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ const boost_libs = [_][]const u8{
9898 "crc" ,
9999 "hof" ,
100100 "interval" ,
101+ "icl" ,
101102 "local_function" ,
102103 "format" ,
103104 "pool" ,
Original file line number Diff line number Diff line change 396396 .url = "git+https://github.com/boostorg/interval#boost-1.90.0" ,
397397 .hash = "N-V-__8AAI5fBgALNeyXb0DEVCArdX3aMz4rwz4bZhiQ8Pn4" ,
398398 },
399+ .icl = .{
400+ .url = "git+https://github.com/boostorg/icl#boost-1.90.0" ,
401+ .hash = "N-V-__8AACHFgAAL6MnwPXMGH4XFiUWfVG2ZZsaSiCUlKW3P" ,
402+ },
399403 .local_function = .{
400404 .url = "git+https://github.com/boostorg/local_function#boost-1.90.0" ,
401405 .hash = "N-V-__8AAHGaFQDt5k8TphnVwa6vACn9SjMFY-sjx1bHeyhn" ,
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ const git_urls = [_][]const u8{
147147 "git+https://github.com/boostorg/function_types#" ++ boost_version ,
148148 "git+https://github.com/boostorg/hof#" ++ boost_version ,
149149 "git+https://github.com/boostorg/interval#" ++ boost_version ,
150+ "git+https://github.com/boostorg/icl#" ++ boost_version ,
150151 "git+https://github.com/boostorg/local_function#" ++ boost_version ,
151152 "git+https://github.com/boostorg/log#" ++ boost_version ,
152153 "git+https://github.com/boostorg/charconv#" ++ boost_version ,
You can’t perform that action at this time.
0 commit comments