https://github.com/pezy/CppPrimer/blob/9aaadff38cd6d1d74231bc59d185090efea49798/ch14/ex14_16_StrBlob.h#L30 此处我用了#include<exception>编译器报错提示“out of range 未定义”,用了#include<stdexcept>就可以解决,希望可以帮到情况类似的小伙伴
CppPrimer/ch14/ex14_16_StrBlob.h
Line 30 in 9aaadff
此处我用了#include编译器报错提示“out of range 未定义”,用了#include就可以解决,希望可以帮到情况类似的小伙伴