|
675 | 675 | "redirect_url": "/cpp/build/reference/creating-precompiled-header-files#when-to-precompile-source-code", |
676 | 676 | "redirect_document_id": false |
677 | 677 | }, |
| 678 | + |
| 679 | + { |
| 680 | + "source_path": "docs/build/calling-convention.md", |
| 681 | + "redirect_url": "/cpp/build/x64-calling-convention", |
| 682 | + "redirect_document_id": true |
| 683 | + }, |
| 684 | + { |
| 685 | + "source_path": "docs/build/parameter-passing.md", |
| 686 | + "redirect_url": "/cpp/build/x64-calling-convention#parameter-passing", |
| 687 | + "redirect_document_id": false |
| 688 | + }, |
| 689 | + { |
| 690 | + "source_path": "docs/build/varargs.md", |
| 691 | + "redirect_url": "/cpp/build/x64-calling-convention#varargs", |
| 692 | + "redirect_document_id": false |
| 693 | + }, |
| 694 | + { |
| 695 | + "source_path": "docs/build/unprototyped-functions.md", |
| 696 | + "redirect_url": "/cpp/build/x64-calling-convention#unprototyped-functions", |
| 697 | + "redirect_document_id": false |
| 698 | + }, |
| 699 | + { |
| 700 | + "source_path": "docs/build/return-values-cpp.md", |
| 701 | + "redirect_url": "/cpp/build/x64-calling-convention#return-values", |
| 702 | + "redirect_document_id": false |
| 703 | + }, |
| 704 | + { |
| 705 | + "source_path": "docs/build/caller-callee-saved-registers.md", |
| 706 | + "redirect_url": "/cpp/build/x64-calling-convention#callercallee-saved-registers", |
| 707 | + "redirect_document_id": false |
| 708 | + }, |
| 709 | + { |
| 710 | + "source_path": "docs/build/function-pointers.md", |
| 711 | + "redirect_url": "/cpp/build/x64-calling-convention#function-pointers", |
| 712 | + "redirect_document_id": false |
| 713 | + }, |
| 714 | + { |
| 715 | + "source_path": "docs/build/floating-point-support-for-older-code-visual-cpp.md", |
| 716 | + "redirect_url": "/cpp/build/x64-calling-convention#floating-point-support-for-older-code", |
| 717 | + "redirect_document_id": false |
| 718 | + }, |
| 719 | + { |
| 720 | + "source_path": "docs/build/fpcsr.md", |
| 721 | + "redirect_url": "/cpp/build/x64-calling-convention#fpcsr", |
| 722 | + "redirect_document_id": false |
| 723 | + }, |
| 724 | + { |
| 725 | + "source_path": "docs/build/mxcsr.md", |
| 726 | + "redirect_url": "/cpp/build/x64-calling-convention#mxcsr", |
| 727 | + "redirect_document_id": false |
| 728 | + }, |
| 729 | + { |
| 730 | + "source_path": "docs/build/setjmp-longjump.md", |
| 731 | + "redirect_url": "/cpp/build/x64-calling-convention#setjmplongjmp", |
| 732 | + "redirect_document_id": false |
| 733 | + }, |
| 734 | + |
| 735 | + { |
| 736 | + "source_path": "docs/build/overview-of-x64-calling-conventions.md", |
| 737 | + "redirect_url": "/cpp/build/x64-software-conventions#overview-of-x64-calling-conventions", |
| 738 | + "redirect_document_id": false |
| 739 | + }, |
| 740 | + { |
| 741 | + "source_path": "docs/build/types-and-storage.md", |
| 742 | + "redirect_url": "/cpp/build/x64-software-conventions#types-and-storage", |
| 743 | + "redirect_document_id": false |
| 744 | + }, |
| 745 | + { |
| 746 | + "source_path": "docs/build/scalar-types.md", |
| 747 | + "redirect_url": "/cpp/build/x64-software-conventions#scalar-types", |
| 748 | + "redirect_document_id": false |
| 749 | + }, |
| 750 | + { |
| 751 | + "source_path": "docs/build/aggregates-and-unions.md", |
| 752 | + "redirect_url": "/cpp/build/x64-software-conventions#aggregates-and-unions", |
| 753 | + "redirect_document_id": false |
| 754 | + }, |
| 755 | + { |
| 756 | + "source_path": "docs/build/examples-of-structure-alignment.md", |
| 757 | + "redirect_url": "/cpp/build/x64-software-conventions#examples-of-structure-alignment", |
| 758 | + "redirect_document_id": false |
| 759 | + }, |
| 760 | + { |
| 761 | + "source_path": "docs/build/bitfields.md", |
| 762 | + "redirect_url": "/cpp/build/x64-software-conventions#bitfields", |
| 763 | + "redirect_document_id": false |
| 764 | + }, |
| 765 | + { |
| 766 | + "source_path": "docs/build/conflicts-with-the-x86-compiler.md", |
| 767 | + "redirect_url": "/cpp/build/x64-software-conventions#conflicts-with-the-x86-compiler", |
| 768 | + "redirect_document_id": false |
| 769 | + }, |
| 770 | + { |
| 771 | + "source_path": "docs/build/register-usage.md", |
| 772 | + "redirect_url": "/cpp/build/x64-software-conventions#register-usage", |
| 773 | + "redirect_document_id": false |
| 774 | + }, |
| 775 | + { |
| 776 | + "source_path": "docs/build/intrinsics-and-inline-assembly.md", |
| 777 | + "redirect_url": "/cpp/build/x64-software-conventions#intrinsics-and-inline-assembly", |
| 778 | + "redirect_document_id": false |
| 779 | + }, |
| 780 | + { |
| 781 | + "source_path": "docs/build/image-format.md", |
| 782 | + "redirect_url": "/cpp/build/x64-software-conventions#image-format", |
| 783 | + "redirect_document_id": false |
| 784 | + }, |
| 785 | + |
| 786 | + { |
| 787 | + "source_path": "docs/build/stack-allocation.md", |
| 788 | + "redirect_url": "/cpp/build/stack-usage#stack-allocation", |
| 789 | + "redirect_document_id": false |
| 790 | + }, |
| 791 | + { |
| 792 | + "source_path": "docs/build/dynamic-parameter-stack-area-construction.md", |
| 793 | + "redirect_url": "/cpp/build/stack-usage#dynamic-parameter-stack-area-construction", |
| 794 | + "redirect_document_id": false |
| 795 | + }, |
| 796 | + { |
| 797 | + "source_path": "docs/build/function-types.md", |
| 798 | + "redirect_url": "/cpp/build/stack-usage#function-types", |
| 799 | + "redirect_document_id": false |
| 800 | + }, |
| 801 | + { |
| 802 | + "source_path": "docs/build/malloc-alignment.md", |
| 803 | + "redirect_url": "/cpp/build/stack-usage#malloc-alignment", |
| 804 | + "redirect_document_id": false |
| 805 | + }, |
| 806 | + { |
| 807 | + "source_path": "docs/build/alloca.md", |
| 808 | + "redirect_url": "/cpp/build/stack-usage#alloca", |
| 809 | + "redirect_document_id": false |
| 810 | + }, |
| 811 | + |
| 812 | + { |
| 813 | + "source_path": "docs/build/unwind-data-for-exception-handling-debugger-support.md", |
| 814 | + "redirect_url": "/cpp/build/exception-handling-x64#unwind-data-for-exception-handling-debugger-support", |
| 815 | + "redirect_document_id": false |
| 816 | + }, |
| 817 | + { |
| 818 | + "source_path": "docs/build/struct-runtime-function.md", |
| 819 | + "redirect_url": "/cpp/build/exception-handling-x64#struct-runtime_function", |
| 820 | + "redirect_document_id": false |
| 821 | + }, |
| 822 | + { |
| 823 | + "source_path": "docs/build/struct-unwind-code.md", |
| 824 | + "redirect_url": "/cpp/build/exception-handling-x64#struct-unwind_code", |
| 825 | + "redirect_document_id": false |
| 826 | + }, |
| 827 | + { |
| 828 | + "source_path": "docs/build/struct-unwind-info.md", |
| 829 | + "redirect_url": "/cpp/build/exception-handling-x64#struct-unwind_info", |
| 830 | + "redirect_document_id": false |
| 831 | + }, |
| 832 | + { |
| 833 | + "source_path": "docs/build/chained-unwind-info-structures.md", |
| 834 | + "redirect_url": "/cpp/build/exception-handling-x64#chained-unwind-info-structures", |
| 835 | + "redirect_document_id": false |
| 836 | + }, |
| 837 | + { |
| 838 | + "source_path": "docs/build/unwind-procedure.md", |
| 839 | + "redirect_url": "/cpp/build/exception-handling-x64#unwind-procedure", |
| 840 | + "redirect_document_id": false |
| 841 | + }, |
| 842 | + { |
| 843 | + "source_path": "docs/build/language-specific-handler.md", |
| 844 | + "redirect_url": "/cpp/build/exception-handling-x64#language-specific-handler", |
| 845 | + "redirect_document_id": false |
| 846 | + }, |
| 847 | + { |
| 848 | + "source_path": "docs/build/unwind-helpers-for-masm.md", |
| 849 | + "redirect_url": "/cpp/build/exception-handling-x64#unwind-helpers-for-masm", |
| 850 | + "redirect_document_id": false |
| 851 | + }, |
| 852 | + { |
| 853 | + "source_path": "docs/build/raw-pseudo-operations.md", |
| 854 | + "redirect_url": "/cpp/build/exception-handling-x64#raw-pseudo-operations", |
| 855 | + "redirect_document_id": false |
| 856 | + }, |
| 857 | + { |
| 858 | + "source_path": "docs/build/masm-macros.md", |
| 859 | + "redirect_url": "/cpp/build/exception-handling-x64#masm-macros", |
| 860 | + "redirect_document_id": false |
| 861 | + }, |
| 862 | + { |
| 863 | + "source_path": "docs/build/unwind-data-definitions-in-c.md", |
| 864 | + "redirect_url": "/cpp/build/exception-handling-x64#unwind-data-definitions-in-c", |
| 865 | + "redirect_document_id": false |
| 866 | + }, |
678 | 867 | { |
679 | 868 | "source_path": "docs/c-language/index.md", |
680 | 869 | "redirect_url": "/cpp/c-language/c-language-reference", |
|
3360 | 3549 | "redirect_url": "/cpp/dotnet/pure-and-verifiable-code-cpp-cli", |
3361 | 3550 | "redirect_document_id": false |
3362 | 3551 | }, |
| 3552 | + { |
| 3553 | + "source_path": "docs/dotnet/mixed-pure-and-verifiable-feature-comparison-cpp-cli.md", |
| 3554 | + "redirect_url": "/cpp/dotnet/pure-and-verifiable-code-cpp-cli", |
| 3555 | + "redirect_document_id": false |
| 3556 | + }, |
3363 | 3557 | { |
3364 | 3558 | "source_path": "docs/dotnet/greater-equal-stl-clr.md", |
3365 | 3559 | "redirect_url": "/cpp/dotnet/functional-stl-clr#greater_equal", |
|
7395 | 7589 | "redirect_url": "/cpp/parallel/amp/reference/reference-cpp-amp", |
7396 | 7590 | "redirect_document_id": false |
7397 | 7591 | }, |
| 7592 | + { |
| 7593 | + "source_path": "docs/parallel/concrt/convert-an-openmp-loop-that uses-exception-handling.md", |
| 7594 | + "redirect_url": "/cpp/parallel/concrt/convert-an-openmp-loop-that-uses-exception-handling", |
| 7595 | + "redirect_document_id": true |
| 7596 | + }, |
7398 | 7597 | { |
7399 | 7598 | "source_path": "docs/parallel/concrt/index.md", |
7400 | 7599 | "redirect_url": "/cpp/parallel/concrt/concurrency-runtime", |
|
0 commit comments