Changeset 7dcce0a in mainline for uspace/lib/cpp/include/__bits/complex.hpp
- Timestamp:
- 2019-01-16T18:07:45Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4248ce5
- Parents:
- cf9e949
- git-author:
- Jaroslav Jindrak <dzejrou@…> (2019-01-12 15:09:49)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2019-01-16 18:07:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/complex.hpp
rcf9e949 r7dcce0a 1 1 /* 2 * Copyright (c) 201 8Jaroslav Jindrak2 * Copyright (c) 2019 Jaroslav Jindrak 3 3 * All rights reserved. 4 4 * … … 30 30 #define LIBCPP_BITS_COMPLEX 31 31 32 #include <cassert> 32 33 #include <iosfwd> 33 34 #include <sstream> … … 724 725 { 725 726 // TODO: implement 727 __unimplemented(); 728 return is; 726 729 } 727 730 … … 766 769 { 767 770 // TODO: implement 771 __unimplemented(); 768 772 return c; 769 773 } … … 779 783 { 780 784 // TODO: implement 785 __unimplemented(); 781 786 return c; 782 787 } … … 786 791 { 787 792 // TODO: implement 793 __unimplemented(); 788 794 return c; 789 795 } … … 793 799 { 794 800 // TODO: implement 801 __unimplemented(); 795 802 return complex<T>{}; 796 803 } … … 804 811 { 805 812 // TODO: implement 813 __unimplemented(); 806 814 return c; 807 815 } … … 811 819 { 812 820 // TODO: implement 821 __unimplemented(); 813 822 return c; 814 823 } … … 818 827 { 819 828 // TODO: implement 829 __unimplemented(); 820 830 return c; 821 831 } … … 825 835 { 826 836 // TODO: implement 837 __unimplemented(); 827 838 return c; 828 839 } … … 832 843 { 833 844 // TODO: implement 845 __unimplemented(); 834 846 return c; 835 847 } … … 839 851 { 840 852 // TODO: implement 853 __unimplemented(); 841 854 return c; 842 855 } … … 846 859 { 847 860 // TODO: implement 861 __unimplemented(); 848 862 return c; 849 863 } … … 853 867 { 854 868 // TODO: implement 869 __unimplemented(); 855 870 return c; 856 871 } … … 860 875 { 861 876 // TODO: implement 877 __unimplemented(); 862 878 return c; 863 879 } … … 867 883 { 868 884 // TODO: implement 885 __unimplemented(); 869 886 return c; 870 887 } … … 874 891 { 875 892 // TODO: implement 893 __unimplemented(); 876 894 return c; 877 895 } … … 881 899 { 882 900 // TODO: implement 901 __unimplemented(); 883 902 return base; 884 903 } … … 888 907 { 889 908 // TODO: implement 909 __unimplemented(); 890 910 return base; 891 911 } … … 895 915 { 896 916 // TODO: implement 917 __unimplemented(); 897 918 return complex<T>{base}; 898 919 } … … 902 923 { 903 924 // TODO: implement 925 __unimplemented(); 904 926 return c; 905 927 } … … 909 931 { 910 932 // TODO: implement 933 __unimplemented(); 911 934 return c; 912 935 } … … 916 939 { 917 940 // TODO: implement 941 __unimplemented(); 918 942 return c; 919 943 } … … 923 947 { 924 948 // TODO: implement 949 __unimplemented(); 925 950 return c; 926 951 } … … 930 955 { 931 956 // TODO: implement 957 __unimplemented(); 932 958 return c; 933 959 }
Note:
See TracChangeset
for help on using the changeset viewer.