heckerpowered

Results 8 comments of heckerpowered

> > > 我也有这个问题,用不了了,全局也没用了,等待中 > > > > > > 我后来解决了,方法一重装手机系统,方法二在路由器翻墙的情况下(必须保证定位相关的分流规则走代理),先关掉定位模块,开飞行模式,然后开启地图app,先保证切换到国外地图;再打开定位模块,最后关闭飞行即可。 > > 目前我定位也正常了,就重新操作了很多次,成功 我试了很多次,似乎地图的定位并不依赖网络,重启iPhone(SIM卡已锁定,飞行模式也是打开的,无网络连接,无蓝牙)后,打开地图App仍能定位到精确位置。我重新操作了很多次都无法使用定位模块,iOS 17.1.1

> > > > > 我也有这个问题,用不了了,全局也没用了,等待中 > > > > > > > > > > > > 我后来解决了,方法一重装手机系统,方法二在路由器翻墙的情况下(必须保证定位相关的分流规则走代理),先关掉定位模块,开飞行模式,然后开启地图app,先保证切换到国外地图;再打开定位模块,最后关闭飞行即可。 > > > > > > > > > 目前我定位也正常了,就重新操作了很多次,成功 >...

I think it might have something to do with operator

``` add_ldflags("$(shell " .. llvm_config .. " --ldflags)") add_ldflags("$(shell " .. llvm_config .. " --libs all)", {force=true}) -- add_syslinks("$(shell " .. llvm_config .. " --system-libs)") ``` 使用以下配置可以在我的平台上通过编译,测试发现llvm-config --system-libs在我的机器上会生成空串,但我必须要将其注释掉。 其次,llvm-config --libs...

Hi, I'm implementing P2821R5 in [my repository](https://github.com/heckerpowered/STL/tree/p2821r5). But it seems like I shouldn't create the PR until the remaining library-only features in C++ 23 are done.

> You should add tests as you've got the condition backwards. You're currently throwing on valid indices. Thanks for the reminder, I'll make it correct when I create the pull...